diff -r 2b875ed306c2 -r 4b065e7e2130 scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Tue Mar 03 17:41:59 2009 +0000 +++ b/scripts/crosstool-NG.sh.in Wed Mar 04 17:59:35 2009 +0000 @@ -79,6 +79,7 @@ # Include sub-scripts instead of calling them: that way, we do not have to # export any variable, nor re-parse the configuration and functions files. +. "${CT_LIB_DIR}/scripts/build/internals.sh" . "${CT_LIB_DIR}/scripts/build/arch/${CT_ARCH}.sh" . "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh" . "${CT_LIB_DIR}/scripts/build/gmp.sh"