.config is in CT_TOP_DIR, and we *are* in CT_TOP_DIR.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Dec 09 21:25:29 2008 +0000 (2008-12-09)
changeset 1093de1b8818d39b
parent 1089 d35c35b77f7a
child 1094 c6a08b4c488c
.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(-)
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Wed Dec 03 22:35:52 2008 +0000
     1.2 +++ b/scripts/crosstool.sh	Tue Dec 09 21:25:29 2008 +0000
     1.3 @@ -74,7 +74,7 @@
     1.4  
     1.5  # Kludge: If any of the configured options needs CT_TARGET,
     1.6  # then rescan the options file now:
     1.7 -. "${CT_TOP_DIR}/.config"
     1.8 +. .config
     1.9  
    1.10  # Second kludge: merge user-supplied target CFLAGS with architecture-provided
    1.11  # target CFLAGS. Do the same for LDFLAGS in case it happens in the future.