diff -r ae730f907bed -r af75fc1fe0fc scripts/crosstool.sh --- a/scripts/crosstool.sh Mon Aug 25 19:44:39 2008 +0000 +++ b/scripts/crosstool.sh Wed Sep 10 21:40:23 2008 +0000 @@ -352,7 +352,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/kernel_${CT_KERNEL}.sh" +. "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh" . "${CT_LIB_DIR}/scripts/build/gmp.sh" . "${CT_LIB_DIR}/scripts/build/mpfr.sh" . "${CT_LIB_DIR}/scripts/build/binutils.sh"