diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-10-02 00:02:44 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-10-02 00:02:44 +0200 |
commit | d8488d3b3a2a2784a9f9ea4abf00e62d4cf115e1 (patch) | |
tree | c542cb8d83e5b7562f2553b8b8a11b5ddf4f9c43 /samples/arm-cortexa9_neon-linux-gnueabihf | |
parent | 41f090651846b0eacb2fd917dd2ef68e565e21af (diff) | |
download | crosstool-ng-d8488d3b3a2a2784a9f9ea4abf00e62d4cf115e1.tar.gz crosstool-ng-d8488d3b3a2a2784a9f9ea4abf00e62d4cf115e1.tar.bz2 crosstool-ng-d8488d3b3a2a2784a9f9ea4abf00e62d4cf115e1.zip |
samples: update for the release
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'samples/arm-cortexa9_neon-linux-gnueabihf')
-rw-r--r-- | samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config b/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config index 52182e94..a5748868 100644 --- a/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config +++ b/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config @@ -1,4 +1,7 @@ CT_EXPERIMENTAL=y +CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +CT_LOG_EXTRA=y CT_ARCH_ARCH="armv7-a" CT_ARCH_CPU="cortex-a9" CT_ARCH_TUNE="cortex-a9" @@ -8,8 +11,7 @@ CT_ARCH_ARM_TUPLE_USE_EABIHF=y CT_TARGET_VENDOR="cortexa9_neon" CT_TOOLCHAIN_ENABLE_NLS=y CT_KERNEL_linux=y -CT_KERNEL_V_3_7_3=y -CT_BINUTILS_V_2_23_1=y +CT_KERNEL_V_3_7=y CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y @@ -21,7 +23,6 @@ CT_CC_LANG_CXX=y 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" 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" # CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set -CT_LIBC_EGLIBC_V_2_17=y CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY="--disable-multi-arch" CT_LIBC_ADDONS_LIST="libidn" CT_LIBC_LOCALES=y @@ -30,4 +31,5 @@ CT_DEBUG_gdb=y # CT_GDB_GDBSERVER_STATIC is not set CT_DEBUG_GDB_SHOW_LINARO=y CT_GDB_V_linaro_7_5_2012_12_1=y +CT_GMP_V_5_0_2=y CT_TEST_SUITE_GCC=y |