diff -r d35c35b77f7a -r de1b8818d39b scripts/crosstool.sh --- a/scripts/crosstool.sh Wed Dec 03 22:35:52 2008 +0000 +++ b/scripts/crosstool.sh Tue Dec 09 21:25:29 2008 +0000 @@ -74,7 +74,7 @@ # 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.