summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-06-23 20:52:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-06-23 20:52:13 (GMT)
commitb816a5e6c992a5a908d597f727eb4c873763c904 (patch)
treee143a24fff9aac6adaaa5443c9673331ea54263c /scripts
parentabfd68cbc3f079ad48d8b42b3b62b33d02d950fd (diff)
Also set CT_DEBUGROOT_DIR for non sysroot-ed toolchains.
In the non-sysroot-ed case, the debuf-root directory would not be set; debug tools would have been installed God-only-knows-where... Spotted by Bart van der Meulen <bartvdrmeulen@gmail.com>.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/crosstool-NG.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 475f692..b40ac4e 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -272,6 +272,7 @@ if [ -z "${CT_RESTART}" ]; then
else
# plain old way. All libraries in prefix/target/lib
CT_SYSROOT_DIR="${CT_PREFIX_DIR}/${CT_TARGET}"
+ CT_DEBUGROOT_DIR="${CT_SYSROOT_DIR}"
CT_HEADERS_DIR="${CT_SYSROOT_DIR}/include"
# hack! Always use --with-sysroot for binutils.
# binutils 2.14 and later obey it, older binutils ignore it.