samples/armv6-rpi-linux-gnueabi/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Jun 25 23:33:01 2014 +0200 (2014-06-25)
changeset 3325 069f43a215cc
parent 3170 67df47c6ccd0
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 CT_EXPERIMENTAL=y
     2 CT_LOCAL_TARBALLS_DIR="${HOME}/src"
     3 CT_SAVE_TARBALLS=y
     4 CT_LOG_EXTRA=y
     5 CT_ARCH_ARCH="armv6zk"
     6 CT_ARCH_CPU="arm1176jzf-s"
     7 CT_ARCH_TUNE="arm1176jzf-s"
     8 CT_ARCH_FPU="vfp"
     9 CT_ARCH_arm=y
    10 CT_ARCH_SUFFIX="v6"
    11 CT_TARGET_VENDOR="rpi"
    12 CT_KERNEL_linux=y
    13 CT_KERNEL_V_3_6=y
    14 CT_BINUTILS_V_2_22=y
    15 CT_BINUTILS_LINKER_LD_GOLD=y
    16 CT_BINUTILS_GOLD_THREADS=y
    17 CT_BINUTILS_LD_WRAPPER=y
    18 CT_BINUTILS_PLUGINS=y
    19 CT_CC_GCC_SHOW_LINARO=y
    20 CT_CC_LANG_CXX=y
    21 # CT_CC_STATIC_LIBSTDCXX is not set
    22 CT_CC_GCC_DISABLE_PCH=y
    23 CT_CC_GCC_BUILD_ID=y
    24 CT_CC_GCC_LNK_HASH_STYLE_BOTH=y
    25 CT_LIBC_EGLIBC_V_2_16=y
    26 CT_EGLIBC_OPT_SIZE=y
    27 CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
    28 CT_LIBC_GLIBC_MIN_KERNEL_VERSION="3.2.27"