patches/uClibc/0.9.30/140-gnu89-inline.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Sep 14 12:59:17 2011 +0200 (2011-09-14)
changeset 2676 af542a04bf69
permissions -rw-r--r--
cc/gcc: speed up the build a little bit

Even if the current process is highly parallel, crosstool-NG spends most
of its time in single-job steps on fast machines (with a 12-CPU system,
I approximate the parallel vs. non-parallel time to be in the order os
1 to 3; that is crostool-NG spends two-thirds of its time running
non-parallel jobs).

Some steps to build gcc can be paralleled, gaining a litle bit of time
on the whole compilation.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@1207
     1
Original patch from Gentoo.
yann@1207
     2
yann@1207
     3
-= BEGIN original header =-
yann@1207
     4
-= END original header =-
yann@1207
     5
yann@1207
     6
diff -durN uClibc-0.9.30.orig/Rules.mak uClibc-0.9.30/Rules.mak
yann@1207
     7
--- uClibc-0.9.30.orig/Rules.mak	2008-11-12 13:24:16.000000000 +0100
yann@1207
     8
+++ uClibc-0.9.30/Rules.mak	2009-02-07 09:57:59.000000000 +0100
yann@1207
     9
@@ -502,6 +502,7 @@
yann@1207
    10
 endif
yann@1207
    11
 
yann@1207
    12
 CFLAGS += $(call check_gcc,-std=gnu99,)
yann@1207
    13
+CFLAGS += $(call check_gcc,-fgnu89-inline,)
yann@1207
    14
 
yann@1207
    15
 LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -Wl,-shared \
yann@1207
    16
 	-Wl,--warn-common -Wl,--warn-once -Wl,-z,combreloc