scripts/crosstool-NG.sh.in
changeset 1225 4b065e7e2130
parent 1219 2b875ed306c2
child 1247 9759fe659b4f
     1.1 --- a/scripts/crosstool-NG.sh.in	Tue Mar 03 17:41:59 2009 +0000
     1.2 +++ b/scripts/crosstool-NG.sh.in	Wed Mar 04 17:59:35 2009 +0000
     1.3 @@ -79,6 +79,7 @@
     1.4  
     1.5  # Include sub-scripts instead of calling them: that way, we do not have to
     1.6  # export any variable, nor re-parse the configuration and functions files.
     1.7 +. "${CT_LIB_DIR}/scripts/build/internals.sh"
     1.8  . "${CT_LIB_DIR}/scripts/build/arch/${CT_ARCH}.sh"
     1.9  . "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh"
    1.10  . "${CT_LIB_DIR}/scripts/build/gmp.sh"