summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-03-27 06:32:27 (GMT)
committerAlexey Neyman <stilor@att.net>2017-03-27 06:32:27 (GMT)
commita596ec5b39f900b1f4b481cc46afd20b0e5457d2 (patch)
tree03d289cf72e5a49f746ee110d903467f68fbed96 /samples
parentde1366132956a7672ad895dd2effee64ca30769c (diff)
Fix up the sysroot issue for sh4 in a different way
(see the comments in the code for details on the issue) Old workaround in 100-gcc.sh stopped working (probably, due to one of GCC version upgrades), so switch to the other approach originally described there: adjust the list of multilibs to not include the default target explicitly. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r--samples/sh4-multilib-linux-gnu/crosstool.config2
-rw-r--r--samples/sh4-multilib-linux-uclibc/crosstool.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/sh4-multilib-linux-gnu/crosstool.config b/samples/sh4-multilib-linux-gnu/crosstool.config
index 56af7bf..2055126 100644
--- a/samples/sh4-multilib-linux-gnu/crosstool.config
+++ b/samples/sh4-multilib-linux-gnu/crosstool.config
@@ -3,7 +3,7 @@ CT_ARCH_SH_SH4=y
CT_TARGET_VENDOR="multilib"
CT_KERNEL_linux=y
CT_BINUTILS_PLUGINS=y
-CT_CC_GCC_MULTILIB_LIST="m4,m4a"
+CT_CC_GCC_MULTILIB_LIST="m4a"
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
# CT_GDB_CROSS_PYTHON is not set
diff --git a/samples/sh4-multilib-linux-uclibc/crosstool.config b/samples/sh4-multilib-linux-uclibc/crosstool.config
index 26ad038..2c61643 100644
--- a/samples/sh4-multilib-linux-uclibc/crosstool.config
+++ b/samples/sh4-multilib-linux-uclibc/crosstool.config
@@ -5,7 +5,7 @@ CT_KERNEL_linux=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_uClibc=y
CT_CC_GCC_V_4_9_4=y
-CT_CC_GCC_MULTILIB_LIST="m4,m4a,m3"
+CT_CC_GCC_MULTILIB_LIST="m4a,m3"
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
# CT_GDB_CROSS_PYTHON is not set