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-uclibc/crosstool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/sh4-multilib-linux-uclibc') diff --git a/samples/sh4-multilib-linux-uclibc/crosstool.config b/samples/sh4-multilib-linux-uclibc/crosstool.config index 26ad0389..2c616432 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 -- cgit v1.2.3