patches/uClibc/0.9.30.2/130-gnu89-inline.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 17 23:06:02 2010 +0100 (2010-01-17)
changeset 1740 c57458bb354d
parent 1737 e034c377c89d
permissions -rw-r--r--
configure: do not require hg when configuring in an hg clone

When configuring in an hg clone, we need hg to compute the version string.
It can happen that users do not have Mercurial (eg. if they got a snapshot
rather that they did a full clone). In this case, we can still run, of
course, so simply fill the version string with a sufficiently explicit
value, that does not require hg. The date is a good candidate.
jocke@1737
     1
Original patch from Gentoo.
jocke@1737
     2
jocke@1737
     3
-= BEGIN original header =-
jocke@1737
     4
-= END original header =-
jocke@1737
     5
jocke@1737
     6
diff -durN uClibc-0.9.30.orig/Rules.mak uClibc-0.9.30/Rules.mak
jocke@1737
     7
--- uClibc-0.9.30.orig/Rules.mak	2008-11-12 13:24:16.000000000 +0100
jocke@1737
     8
+++ uClibc-0.9.30/Rules.mak	2009-02-07 09:57:59.000000000 +0100
jocke@1737
     9
@@ -519,6 +519,7 @@
jocke@1737
    10
 endif
jocke@1737
    11
 
jocke@1737
    12
 CFLAGS += $(call check_gcc,-std=gnu99,)
jocke@1737
    13
+CFLAGS += $(call check_gcc,-fgnu89-inline,)
jocke@1737
    14
 
jocke@1737
    15
 LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -shared \
jocke@1737
    16
 	-Wl,--warn-common -Wl,--warn-once -Wl,-z,combreloc