Fourth shot at moving arch/ into config/arch/ .
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Oct 03 13:01:10 2008 +0000 (2008-10-03)
changeset 9007cde2ff63192
parent 899 da93630960d1
child 901 55fbab1b4f94
Fourth shot at moving arch/ into config/arch/ .

/trunk/scripts/crosstool.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Fri Oct 03 12:45:37 2008 +0000
     1.2 +++ b/scripts/crosstool.sh	Fri Oct 03 13:01:10 2008 +0000
     1.3 @@ -57,7 +57,7 @@
     1.4  CT_DoLog INFO "Building environment variables"
     1.5  
     1.6  # Parse architecture-specific functions
     1.7 -. "${CT_LIB_DIR}/arch/${CT_ARCH}/functions"
     1.8 +. "${CT_LIB_DIR}/config/arch/${CT_ARCH}/functions"
     1.9  
    1.10  # Target tuple: CT_TARGET needs a little love:
    1.11  CT_DoBuildTargetTuple