patches/uClibc/0.9.30.2/130-gnu89-inline.patch
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Jun 25 23:33:01 2014 +0200 (2014-06-25)
changeset 3325 069f43a215cc
parent 1737 e034c377c89d
permissions -rw-r--r--
all: fix wildcard to work with make-4.x

In make-3.8x, the $(wildacrd) function would sort the entries,
while in make-4.x, it would just return the entries in any
unpredictable order [*]

Use the $(sort) function to get reproducible behaviour.

[*] Well, most probably the roder the entries appear when read
from readdir()

Reported-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
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