diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-26 16:29:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-26 16:29:58 -0700 |
commit | f627e740ffd38a02ccb43848d875a4d36cf91d9c (patch) | |
tree | 89278e74a7b37674bb2b340f6cc040d3c288659b /scripts/crosstool-NG.sh.in | |
parent | 5494335c03d096b33e6d82aa2aaad2c51b5c3a37 (diff) | |
parent | eba1a826862d875e6163315029839fd3de192c8b (diff) | |
download | crosstool-ng-f627e740ffd38a02ccb43848d875a4d36cf91d9c.tar.gz crosstool-ng-f627e740ffd38a02ccb43848d875a4d36cf91d9c.tar.bz2 crosstool-ng-f627e740ffd38a02ccb43848d875a4d36cf91d9c.zip |
Merge pull request #814 from stilor/issue-802
Issue 802
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r-- | scripts/crosstool-NG.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in index 0ea0625b..d5066e21 100644 --- a/scripts/crosstool-NG.sh.in +++ b/scripts/crosstool-NG.sh.in @@ -173,7 +173,7 @@ CT_PKGVERSION="crosstool-NG ${CT_VERSION}${CT_TOOLCHAIN_PKGVERSION:+ - ${CT_TOOL # Compute the working directories names CT_TARBALLS_DIR="${CT_WORK_DIR}/tarballs" CT_COMMON_SRC_DIR="${CT_WORK_DIR}/src" -CT_SRC_DIR="${CT_BUILD_DIR}/src" +CT_SRC_DIR="${CT_BUILD_TOP_DIR}/src" CT_BUILDTOOLS_PREFIX_DIR="${CT_BUILD_TOP_DIR}/buildtools" CT_STATE_DIR="${CT_WORK_DIR}/${CT_TARGET}/state" # Note about HOST_COMPLIBS_DIR: it's always gonna be in the buildtools dir, or a |