diff options
author | Alexey Neyman <stilor@att.net> | 2018-10-19 17:03:14 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-10-19 17:03:14 -0700 |
commit | e72d7df359c2ef3f728bb743abfca59cd11e32be (patch) | |
tree | ed0e6f1786afe166d7d0b14a847a7e10b1f56f42 /scripts/crosstool-NG.sh | |
parent | 6a21d9bcfc3382a3fb722646fe9d3383452a42e5 (diff) | |
download | crosstool-ng-e72d7df359c2ef3f728bb743abfca59cd11e32be.tar.gz crosstool-ng-e72d7df359c2ef3f728bb743abfca59cd11e32be.tar.bz2 crosstool-ng-e72d7df359c2ef3f728bb743abfca59cd11e32be.zip |
Fix state dir location
Fixes #1054
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/crosstool-NG.sh')
-rw-r--r-- | scripts/crosstool-NG.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh b/scripts/crosstool-NG.sh index fb6856e1..ccfe29cb 100644 --- a/scripts/crosstool-NG.sh +++ b/scripts/crosstool-NG.sh @@ -208,7 +208,7 @@ CT_TARBALLS_DIR="${CT_WORK_DIR}/tarballs" CT_COMMON_SRC_DIR="${CT_WORK_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" +CT_STATE_DIR="${CT_BUILD_TOP_DIR}/state" # Note about HOST_COMPLIBS_DIR: it's always gonna be in the buildtools dir, or a # sub-dir. So we won't have to save/restore it, not even create it. # In case of cross or native, host-complibs are used for build-complibs; |