Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: a596ec5b39f900b1f4b481cc46afd20b0e5457d2 https://github.com/crosstool-ng/crosstool-ng/commit/a596ec5b39f900b1f4b481cc46afd20b0e5457d2 Author: Alexey Neyman Date: 2017-03-26 (Sun, 26 Mar 2017) Changed paths: M samples/sh4-multilib-linux-gnu/crosstool.config M samples/sh4-multilib-linux-uclibc/crosstool.config M scripts/build/arch.sh M scripts/build/arch/sh.sh M scripts/build/cc/100-gcc.sh M scripts/crosstool-NG.sh.in Log Message: ----------- 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 Commit: 32909ec654abcc281a513b769879271b120ddf6f https://github.com/crosstool-ng/crosstool-ng/commit/32909ec654abcc281a513b769879271b120ddf6f Author: Alexey Neyman Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M samples/sh4-multilib-linux-gnu/crosstool.config M samples/sh4-multilib-linux-uclibc/crosstool.config M scripts/build/arch.sh M scripts/build/arch/sh.sh M scripts/build/cc/100-gcc.sh M scripts/crosstool-NG.sh.in Log Message: ----------- Merge pull request #662 from stilor/sh-multilib Fix up the sysroot issue for sh4 in a different way Compare: https://github.com/crosstool-ng/crosstool-ng/compare/de1366132956...32909ec654ab