diff options
author | Alexey Neyman <stilor@att.net> | 2016-11-17 17:23:17 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-11-17 17:23:17 -0800 |
commit | 97c01b8491cf473fc3b3bdacdebee9cae105db19 (patch) | |
tree | cf67724e78b997e3fee768f633efe65bd6ddf4a8 | |
parent | 1517360c6af78a6cb9fc419fa0aa1a304ec88aff (diff) | |
download | crosstool-ng-97c01b8491cf473fc3b3bdacdebee9cae105db19.tar.gz crosstool-ng-97c01b8491cf473fc3b3bdacdebee9cae105db19.tar.bz2 crosstool-ng-97c01b8491cf473fc3b3bdacdebee9cae105db19.zip |
Update samples previously using 4.9.3.
Signed-off-by: Alexey Neyman <stilor@att.net>
4 files changed, 4 insertions, 4 deletions
diff --git a/samples/sh4-multilib-linux-gnu/crosstool.config b/samples/sh4-multilib-linux-gnu/crosstool.config index cb2d3b75..9a3e1dcc 100644 --- a/samples/sh4-multilib-linux-gnu/crosstool.config +++ b/samples/sh4-multilib-linux-gnu/crosstool.config @@ -6,7 +6,7 @@ CT_ARCH_SH_SH4=y CT_TARGET_VENDOR="multilib" CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=y -CT_CC_GCC_V_4_9_3=y +CT_CC_GCC_V_4_9_4=y CT_CC_GCC_MULTILIB_LIST="m4,m4a" CT_CC_LANG_CXX=y CT_DEBUG_gdb=y diff --git a/samples/sh4-multilib-linux-uclibc/crosstool.config b/samples/sh4-multilib-linux-uclibc/crosstool.config index e6345219..06e6d0c5 100644 --- a/samples/sh4-multilib-linux-uclibc/crosstool.config +++ b/samples/sh4-multilib-linux-uclibc/crosstool.config @@ -7,7 +7,7 @@ CT_TARGET_VENDOR="multilib" CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=y CT_LIBC_uClibc=y -CT_CC_GCC_V_4_9_3=y +CT_CC_GCC_V_4_9_4=y CT_CC_GCC_MULTILIB_LIST="m4,m4a,m3" CT_CC_LANG_CXX=y CT_DEBUG_gdb=y diff --git a/samples/sh4-unknown-linux-gnu/crosstool.config b/samples/sh4-unknown-linux-gnu/crosstool.config index ab0cc7a1..d43ccbd1 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_CC_GCC_V_4_9_3=y +CT_CC_GCC_V_4_9_4=y CT_CC_LANG_CXX=y CT_DEBUG_gdb=y # CT_GDB_CROSS_PYTHON is not set diff --git a/samples/sparc-leon-linux-uclibc/crosstool.config b/samples/sparc-leon-linux-uclibc/crosstool.config index 97488a55..c8776321 100644 --- a/samples/sparc-leon-linux-uclibc/crosstool.config +++ b/samples/sparc-leon-linux-uclibc/crosstool.config @@ -12,6 +12,6 @@ CT_LIBC_uClibc=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/uClibc.config" CT_LIBC_UCLIBC_IPV6=y CT_LIBC_UCLIBC_WCHAR=y -CT_CC_GCC_V_4_9_3=y +CT_CC_GCC_V_4_9_4=y CT_CC_GCC_EXTRA_CONFIG_ARRAY="--disable-libitm" CT_CC_LANG_CXX=y |