patches/uClibc/0.9.30.2/130-gnu89-inline.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jan 03 23:40:22 2011 +0100 (2011-01-03)
changeset 2267 7af68e6083aa
parent 1737 e034c377c89d
permissions -rw-r--r--
libc-glibc: remove 2.3.6

This is an obsolete version which is no longer used by any sample (the only
user, the ia64 sample, has been removed).

It also makes the code path a bit complex, with twists just to accomodate
that version. Removing the version will make those twists go away, and
will ease commonalisation of glibc and eglibc in the future (hopefully!).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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