diff options
Diffstat (limited to 'samples')
4 files changed, 7 insertions, 10 deletions
diff --git a/samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by b/samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by index 1eb16d1d..57a07cb6 100644 --- a/samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by +++ b/samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by @@ -1,3 +1,3 @@ reporter_name="Alexandre Belloni" reporter_url="https://plus.google.com/+AlexandreBelloni" -reporter_comment="Cortex-A5 using the hard-float GNU EABI (VFPV4-D16 whithout NEON)." +reporter_comment="Cortex-A5 using the hard-float GNU EABI (VFPV4-D16 without NEON)." diff --git a/samples/avr32-unknown-none/crosstool.config b/samples/avr32-unknown-none/crosstool.config index aed5349b..880a18f6 100644 --- a/samples/avr32-unknown-none/crosstool.config +++ b/samples/avr32-unknown-none/crosstool.config @@ -4,7 +4,7 @@ CT_CONFIG_SHELL_SH=y CT_LOG_EXTRA=y CT_ARCH_avr32=y CT_BINUTILS_V_2_18a=y -CT_CC_V_4_2_2=y +CT_CC_GCC_V_4_2_2=y CT_LIBC_NEWLIB_V_1_17_0=y CT_LIBC_NEWLIB_IO_LL=y CT_LIBC_NEWLIB_IO_FLOAT=y diff --git a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config index b611548b..a57dae97 100644 --- a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config +++ b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config @@ -2,7 +2,6 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y CT_ARCH_CPU="8548" -CT_ARCH_TUNE="8548" CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="-mfloat-gprs=double -Wa,-me500x2" CT_ARCH_powerpc=y @@ -10,13 +9,11 @@ CT_ARCH_powerpc_ABI_SPE=y CT_TARGET_VENDOR="e500v2" CT_KERNEL_linux=y CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-spe=yes --enable-e500x2 --with-e500x2" -CT_LIBC_glibc=y -# CT_LIBC_GLIBC_FORCE_UNWIND is not set CT_CC_GCC_SHOW_LINARO=y -CT_CC_V_4_6_4=y -CT_CC_LANG_CXX=y -CT_CC_CORE_EXTRA_CONFIG_ARRAY="--with-long-double-128 --enable-e500_double" -CT_CC_EXTRA_CONFIG_ARRAY="--with-long-double-128 --enable-e500_double" +CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--enable-e500_double" +CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-e500_double" # CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set +CT_CC_GCC_LDBL_128=y +CT_CC_LANG_CXX=y CT_DEBUG_gdb=y # CT_GDB_CROSS_PYTHON is not set diff --git a/samples/sh4-unknown-linux-gnu/crosstool.config b/samples/sh4-unknown-linux-gnu/crosstool.config index 3d588c64..ab0cc7a1 100644 --- a/samples/sh4-unknown-linux-gnu/crosstool.config +++ b/samples/sh4-unknown-linux-gnu/crosstool.config @@ -5,7 +5,7 @@ CT_ARCH_sh=y CT_ARCH_SH_SH4=y CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=y -CT_LIBC_glibc=y +CT_CC_GCC_V_4_9_3=y CT_CC_LANG_CXX=y CT_DEBUG_gdb=y # CT_GDB_CROSS_PYTHON is not set |