diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-20 01:01:11 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-03-20 01:01:11 -0700 |
commit | 2b13f8dd786630e342e63e89eac08def65b5a515 (patch) | |
tree | 9b9432326f0f09b6b50002374b428311e8dd7b01 /samples | |
parent | 89f0971391fa26c442ce9bfb055c55e5cae2d0d1 (diff) | |
download | crosstool-ng-2b13f8dd786630e342e63e89eac08def65b5a515.tar.gz crosstool-ng-2b13f8dd786630e342e63e89eac08def65b5a515.tar.bz2 crosstool-ng-2b13f8dd786630e342e63e89eac08def65b5a515.zip |
sh*-*-linux-gnu can use GCC6 now
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/sh4-multilib-linux-gnu/crosstool.config | 1 | ||||
-rw-r--r-- | samples/sh4-unknown-linux-gnu/crosstool.config | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/samples/sh4-multilib-linux-gnu/crosstool.config b/samples/sh4-multilib-linux-gnu/crosstool.config index e8c40f41..56af7bf9 100644 --- a/samples/sh4-multilib-linux-gnu/crosstool.config +++ b/samples/sh4-multilib-linux-gnu/crosstool.config @@ -3,7 +3,6 @@ CT_ARCH_SH_SH4=y CT_TARGET_VENDOR="multilib" CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=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-unknown-linux-gnu/crosstool.config b/samples/sh4-unknown-linux-gnu/crosstool.config index ba17f065..0972f317 100644 --- a/samples/sh4-unknown-linux-gnu/crosstool.config +++ b/samples/sh4-unknown-linux-gnu/crosstool.config @@ -2,7 +2,6 @@ CT_ARCH_sh=y CT_ARCH_SH_SH4=y CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=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 |