scripts/crosstool.sh
changeset 1093 de1b8818d39b
parent 1089 d35c35b77f7a
child 1097 b46a557b33c9
     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.