From bf5d513248d003e109ff66ae72b2ed99a31ca777 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 3 Sep 2014 00:49:28 +0200 Subject: 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" --- samples/arm-unknown-eabi/crosstool.config | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'samples/arm-unknown-eabi') diff --git a/samples/arm-unknown-eabi/crosstool.config b/samples/arm-unknown-eabi/crosstool.config index 458a0936..bdac978e 100644 --- a/samples/arm-unknown-eabi/crosstool.config +++ b/samples/arm-unknown-eabi/crosstool.config @@ -3,11 +3,8 @@ CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y CT_ARCH_FLOAT_SW=y CT_ARCH_arm=y -CT_BINUTILS_V_2_19_1a=y -CT_CC_V_4_3_4=y +CT_LIBC_NEWLIB_IO_C99FMT=y +CT_LIBC_NEWLIB_IO_LL=y +CT_LIBC_NEWLIB_IO_FLOAT=y +CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y CT_CC_LANG_CXX=y -CT_LIBC_NEWLIB_V_1_17_0=y -CT_DEBUG_gdb=y -CT_GDB_V_6_8a=y -CT_GMP_V_4_3_2=y -CT_MPFR_V_2_4_2=y -- cgit v1.2.3