samples/arm-hardrpi-linux-gnueabi/crosstool.config
author willy tarreau <w@1wt.eu>
Sun Jan 20 12:58:22 2013 +0000 (2013-01-20)
changeset 3169 9d0b37f08a10
parent 3157 2a773bd38e71
permissions -rw-r--r--
arch: allow adding a suffix to the arch-part of a tuple

For some architectures, it is legit to have an alternate value in the
'architecture' part of the tuple. For example:
armv5te-*
armv7a8-*

Besides, some packages expect the tuple to reflect the arch variant
(eg. openMPI) to detect the variant's capabilities (eg. atomic
primitives).

This patch adds an option for the user to specify a suffix to be added
to the arch-part of the tuple.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Message-ID: <20130120225822.GS6838@1wt.eu>
Patch-Id: 213994
[yann.morin.1998@free.fr: make it a suffix, not an override]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     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="armv6"
     6 CT_ARCH_FPU="vfp"
     7 CT_ARCH_arm=y
     8 CT_TARGET_VENDOR="hardrpi"
     9 CT_KERNEL_linux=y
    10 CT_KERNEL_V_3_2_36=y
    11 CT_BINUTILS_V_2_22=y
    12 CT_BINUTILS_LINKER_LD_GOLD=y
    13 CT_BINUTILS_GOLD_THREADS=y
    14 CT_BINUTILS_LD_WRAPPER=y
    15 CT_BINUTILS_PLUGINS=y
    16 CT_CC_GCC_SHOW_LINARO=y
    17 CT_CC_LANG_CXX=y
    18 # CT_CC_STATIC_LIBSTDCXX is not set
    19 CT_CC_GCC_DISABLE_PCH=y
    20 CT_CC_GCC_BUILD_ID=y
    21 CT_LIBC_EGLIBC_V_2_16=y
    22 CT_EGLIBC_OPT_SIZE=y
    23 CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
    24 CT_LIBC_GLIBC_MIN_KERNEL_VERSION="3.2.27"