summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-03-27 17:07:56 (GMT)
committerGitHub <noreply@github.com>2017-03-27 17:07:56 (GMT)
commit32909ec654abcc281a513b769879271b120ddf6f (patch)
tree03d289cf72e5a49f746ee110d903467f68fbed96 /scripts/crosstool-NG.sh.in
parentde1366132956a7672ad895dd2effee64ca30769c (diff)
parenta596ec5b39f900b1f4b481cc46afd20b0e5457d2 (diff)
Merge pull request #662 from stilor/sh-multilib
Fix up the sysroot issue for sh4 in a different way
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 368f9d2..0b20fe3 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -231,6 +231,9 @@ CT_SYS_GCC=$(${CT_BUILD_PREFIX}gcc${CT_BUILD_SUFFIX} -dumpversion)
CT_SYS_TARGET=$(CT_DoConfigGuess)
CT_TOOLCHAIN_ID="crosstool-${CT_VERSION} build ${CT_STAR_DATE_HUMAN} by ${CT_SYS_USER}@${CT_SYS_HOSTNAME}"
+# Adjust the list of multilibs, if needed
+CT_DoArchMultilibList
+
CT_DoLog EXTRA "Preparing working directories"
# Ah! The build directory shall be eradicated, even if we restart!