diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-12-09 21:25:29 +0000 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-12-09 21:25:29 +0000 |
| commit | 7ac365e0754388d83a34a4d6a054134d39e0dbed (patch) | |
| tree | f8cb023159f1ce2495d5e062afe3853b8e5594b6 | |
| parent | 6129d0cabe3a1c7ac44df856c7fa8fa220d9bee6 (diff) | |
| download | crosstool-ng-7ac365e0754388d83a34a4d6a054134d39e0dbed.tar.gz crosstool-ng-7ac365e0754388d83a34a4d6a054134d39e0dbed.tar.bz2 crosstool-ng-7ac365e0754388d83a34a4d6a054134d39e0dbed.zip | |
.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(-)
| -rwxr-xr-x | scripts/crosstool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index 3fc14e67..70a3dcfc 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. |
