diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-22 23:33:36 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-04-22 23:33:36 -0700 |
commit | c9dad337289153ee70d4ed264cf628f22f6ec2bb (patch) | |
tree | 4aed6b45c9b955047f16cc754a8588af840aca11 /scripts | |
parent | 105e4b59b7989e9898795273e4064791fdfa056c (diff) | |
download | crosstool-ng-c9dad337289153ee70d4ed264cf628f22f6ec2bb.tar.gz crosstool-ng-c9dad337289153ee70d4ed264cf628f22f6ec2bb.tar.bz2 crosstool-ng-c9dad337289153ee70d4ed264cf628f22f6ec2bb.zip |
Use config from the install location
... no need to create a local symlink.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/saveSample.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/saveSample.sh.in b/scripts/saveSample.sh.in index 2e413bd0..2eb1f40a 100644 --- a/scripts/saveSample.sh.in +++ b/scripts/saveSample.sh.in @@ -86,7 +86,7 @@ fi # Now, actually save the defconfig export KCONFIG_CONFIG="$(pwd)/.defconfig" -${CONF} --savedefconfig="${samp_dir}/crosstool.config" "${KCONFIG_TOP}" +srctree="${CT_LIB_DIR}" ${CONF} --savedefconfig="${samp_dir}/crosstool.config" "${KCONFIG_TOP}" rm -f .defconfig # Fill-in the reported-by info |