diff options
| author | Alexey Neyman <stilor@att.net> | 2017-03-26 23:32:27 -0700 |
|---|---|---|
| committer | Alexey Neyman <stilor@att.net> | 2017-03-26 23:32:27 -0700 |
| commit | a596ec5b39f900b1f4b481cc46afd20b0e5457d2 (patch) | |
| tree | 03d289cf72e5a49f746ee110d903467f68fbed96 /samples | |
| parent | de1366132956a7672ad895dd2effee64ca30769c (diff) | |
| download | crosstool-ng-a596ec5b39f900b1f4b481cc46afd20b0e5457d2.tar.gz crosstool-ng-a596ec5b39f900b1f4b481cc46afd20b0e5457d2.tar.bz2 crosstool-ng-a596ec5b39f900b1f4b481cc46afd20b0e5457d2.zip | |
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.config | 2 | ||||
| -rw-r--r-- | samples/sh4-multilib-linux-uclibc/crosstool.config | 2 |
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 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 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 |
