diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-03 00:49:28 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-05 15:16:33 +0200 |
commit | bf5d513248d003e109ff66ae72b2ed99a31ca777 (patch) | |
tree | 04c4e7e41ca53ffec40cd2252f0c5df9460b56f6 /samples/arm-cortexa9_neon-linux-gnueabihf | |
parent | 95c4e89ac98b15fa1c193f2641b0461113f776ec (diff) | |
download | crosstool-ng-bf5d513248d003e109ff66ae72b2ed99a31ca777.tar.gz crosstool-ng-bf5d513248d003e109ff66ae72b2ed99a31ca777.tar.bz2 crosstool-ng-bf5d513248d003e109ff66ae72b2ed99a31ca777.zip |
samples: update ARM little-endian samples
Removed the arm-davinci sample, it does not bring much more
that the other samples.
Add an ARM uClibc EABIhf sample.
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 | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config b/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config index a5748868..c13140a4 100644 --- a/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config +++ b/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config @@ -6,30 +6,25 @@ CT_ARCH_ARCH="armv7-a" CT_ARCH_CPU="cortex-a9" CT_ARCH_TUNE="cortex-a9" CT_ARCH_FPU="neon" +CT_ARCH_FLOAT_HW=y CT_ARCH_arm=y 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=y +CT_BINUTILS_V_2_22=y CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y CT_BINUTILS_PLUGINS=y -CT_BINUTILS_FOR_TARGET=y -CT_CC_GCC_SHOW_LINARO=y -CT_CC_V_linaro_4_7=y -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_GLIBC_EXTRA_CONFIG_ARRAY="--disable-multi-arch" +CT_LIBC_glibc=y CT_LIBC_ADDONS_LIST="libidn" CT_LIBC_LOCALES=y CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y +CT_CC_GCC_SHOW_LINARO=y +CT_CC_LANG_CXX=y +# CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set 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 +# CT_GDB_CROSS_PYTHON is not set +CT_GDB_NATIVE=y +CT_GDB_NATIVE_STATIC=y |