samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Feb 25 21:19:31 2013 +0100 (2013-02-25)
changeset 3185 f89f8e6f8766
child 3234 59f69724a627
permissions -rw-r--r--
Makefile: fix parrallel (-j) installs

Currently, we would remove previously installed patches before
installing the new ones. Unfortunately, that does not play well
with heavily parallel installs.

Now, we consider it is the responsibility of the user to first
uninstall any previous version before installing a new one.

Reported-by: Markos Chandras <markos.chandras@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 CT_EXPERIMENTAL=y
     2 CT_ARCH_ARCH="armv7-a"
     3 CT_ARCH_CPU="cortex-a9"
     4 CT_ARCH_TUNE="cortex-a9"
     5 CT_ARCH_FPU="neon"
     6 CT_ARCH_arm=y
     7 CT_ARCH_ARM_TUPLE_USE_EABIHF=y
     8 CT_TARGET_VENDOR="cortexa9_neon"
     9 CT_TOOLCHAIN_ENABLE_NLS=y
    10 CT_KERNEL_linux=y
    11 CT_KERNEL_V_3_7_3=y
    12 CT_BINUTILS_V_2_23_1=y
    13 CT_BINUTILS_LINKER_LD_GOLD=y
    14 CT_BINUTILS_GOLD_THREADS=y
    15 CT_BINUTILS_LD_WRAPPER=y
    16 CT_BINUTILS_PLUGINS=y
    17 CT_BINUTILS_FOR_TARGET=y
    18 CT_CC_GCC_SHOW_LINARO=y
    19 CT_CC_V_linaro_4_7=y
    20 CT_CC_LANG_CXX=y
    21 CT_CC_CORE_EXTRA_CONFIG_ARRAY="\"--with-specs=%{save-temps: -fverbose-asm} %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}\" --enable-poison-system-directories"
    22 CT_CC_EXTRA_CONFIG_ARRAY="\"--with-specs=%{save-temps: -fverbose-asm} %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}\" --enable-poison-system-directories"
    23 # CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set
    24 CT_LIBC_EGLIBC_V_2_17=y
    25 CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY="--disable-multi-arch"
    26 CT_LIBC_ADDONS_LIST="libidn"
    27 CT_LIBC_LOCALES=y
    28 CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y
    29 CT_DEBUG_gdb=y
    30 # CT_GDB_GDBSERVER_STATIC is not set
    31 CT_DEBUG_GDB_SHOW_LINARO=y
    32 CT_GDB_V_linaro_7_5_2012_12_1=y
    33 CT_TEST_SUITE_GCC=y