patches/gcc/4.1.2/190-sh-pr24836.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 13 068dce39f687
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>
     1 --- gcc-4.1.2.orig/gcc/configure.ac	2006-11-13 23:09:55.000000000 +0100
     2 +++ gcc-4.1.2/gcc/configure.ac	2007-03-04 23:34:53.000000000 +0100
     3 @@ -2435,7 +2435,7 @@
     4  	tls_first_minor=14
     5  	tls_as_opt="-m64 -Aesame --fatal-warnings"
     6  	;;
     7 -  sh-*-* | sh[34]-*-*)
     8 +  sh-*-* | sh[34]*-*-*)
     9      conftest_s='
    10  	.section ".tdata","awT",@progbits
    11  foo:	.long	25
    12 --- gcc-4.1.2.orig/gcc/configure	2006-11-13 23:09:55.000000000 +0100
    13 +++ gcc-4.1.2/gcc/configure	2007-03-04 23:34:53.000000000 +0100
    14 @@ -14762,7 +14762,7 @@
    15  	tls_first_minor=14
    16  	tls_as_opt="-m64 -Aesame --fatal-warnings"
    17  	;;
    18 -  sh-*-* | sh[34]-*-*)
    19 +  sh-*-* | sh[34]*-*-*)
    20      conftest_s='
    21  	.section ".tdata","awT",@progbits
    22  foo:	.long	25