From a596ec5b39f900b1f4b481cc46afd20b0e5457d2 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 26 Mar 2017 23:32:27 -0700 Subject: 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 --- samples/sh4-multilib-linux-gnu/crosstool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/sh4-multilib-linux-gnu') diff --git a/samples/sh4-multilib-linux-gnu/crosstool.config b/samples/sh4-multilib-linux-gnu/crosstool.config index 56af7bf9..2055126e 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 -- cgit v1.2.3