scripts/crosstool.sh
changeset 847 af75fc1fe0fc
parent 805 ae730f907bed
child 850 ef8549b58b6f
     1.1 --- a/scripts/crosstool.sh	Mon Aug 25 19:44:39 2008 +0000
     1.2 +++ b/scripts/crosstool.sh	Wed Sep 10 21:40:23 2008 +0000
     1.3 @@ -352,7 +352,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/kernel_${CT_KERNEL}.sh"
     1.8 +. "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh"
     1.9  . "${CT_LIB_DIR}/scripts/build/gmp.sh"
    1.10  . "${CT_LIB_DIR}/scripts/build/mpfr.sh"
    1.11  . "${CT_LIB_DIR}/scripts/build/binutils.sh"