config/arch/powerpc.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Jun 25 23:33:01 2014 +0200 (2014-06-25)
changeset 3325 069f43a215cc
parent 2792 ac0db1b6e9d7
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 # powerpc specific configuration file
     2 
     3 ## select ARCH_SUPPORTS_32
     4 ## select ARCH_SUPPORTS_64
     5 ## select ARCH_DEFAULT_32
     6 ## select ARCH_SUPPORTS_BOTH_ENDIAN
     7 ## select ARCH_DEFAULT_BE
     8 ## select ARCH_USE_MMU
     9 ## select ARCH_SUPPORTS_WITH_ABI
    10 ## select ARCH_SUPPORTS_WITH_CPU
    11 ## select ARCH_SUPPORTS_WITH_TUNE
    12 ## select ARCH_SUPPORTS_WITH_FLOAT
    13 ##
    14 ## help The PowerPC architecture, as defined by:
    15 ## help     http://www.ibm.com/developerworks/eserver/articles/archguide.html