diff options
author | Norbert Lange <nolange79@gmail.com> | 2019-10-19 00:06:31 +0200 |
---|---|---|
committer | Norbert Lange <nolange79@gmail.com> | 2019-10-19 00:20:55 +0200 |
commit | ff0e8ac7ca0adc7cbbdffb43d3f7c0e50570ad04 (patch) | |
tree | b6e231880e1278ffb84e1cf6e1f14c74625f53fc /scripts/crosstool-NG.sh | |
parent | 3f461da11f1f8e9dcfdffef24e1982b5ffd10305 (diff) | |
download | crosstool-ng-ff0e8ac7ca0adc7cbbdffb43d3f7c0e50570ad04.tar.gz crosstool-ng-ff0e8ac7ca0adc7cbbdffb43d3f7c0e50570ad04.tar.bz2 crosstool-ng-ff0e8ac7ca0adc7cbbdffb43d3f7c0e50570ad04.zip |
move BUILD_DIR variable into Kconfig
this allows users to reference this variable,
for ex. in TARGET_CFLAGS to remap paths.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Diffstat (limited to 'scripts/crosstool-NG.sh')
-rw-r--r-- | scripts/crosstool-NG.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh b/scripts/crosstool-NG.sh index 31942b14..14be5ed9 100644 --- a/scripts/crosstool-NG.sh +++ b/scripts/crosstool-NG.sh @@ -114,7 +114,6 @@ fi # Where will we work? CT_WORK_DIR="${CT_WORK_DIR:-${CT_TOP_DIR}/.build}" -CT_BUILD_DIR="${CT_BUILD_TOP_DIR}/build" CT_DoExecLog ALL mkdir -p "${CT_WORK_DIR}" CT_DoExecLog DEBUG rm -f "${CT_WORK_DIR}/backtrace" |