summaryrefslogtreecommitdiff
path: root/scripts/crosstool.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-09 21:25:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-09 21:25:29 (GMT)
commit7ac365e0754388d83a34a4d6a054134d39e0dbed (patch)
treef8cb023159f1ce2495d5e062afe3853b8e5594b6 /scripts/crosstool.sh
parent6129d0cabe3a1c7ac44df856c7fa8fa220d9bee6 (diff)
.config is in CT_TOP_DIR, and we *are* in CT_TOP_DIR.
/trunk/scripts/crosstool.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts/crosstool.sh')
-rwxr-xr-xscripts/crosstool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 3fc14e6..70a3dcf 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -74,7 +74,7 @@ CT_DoBuildTargetTuple
# Kludge: If any of the configured options needs CT_TARGET,
# then rescan the options file now:
-. "${CT_TOP_DIR}/.config"
+. .config
# Second kludge: merge user-supplied target CFLAGS with architecture-provided
# target CFLAGS. Do the same for LDFLAGS in case it happens in the future.