# HG changeset patch # User "Yann E. MORIN" # Date 1223038870 0 # Node ID 7cde2ff631926eeb30f86109563e55102f37f20e # Parent da93630960d10ab7027893c46b8acaf568a8dcad Fourth shot at moving arch/ into config/arch/ . /trunk/scripts/crosstool.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r da93630960d1 -r 7cde2ff63192 scripts/crosstool.sh --- a/scripts/crosstool.sh Fri Oct 03 12:45:37 2008 +0000 +++ b/scripts/crosstool.sh Fri Oct 03 13:01:10 2008 +0000 @@ -57,7 +57,7 @@ CT_DoLog INFO "Building environment variables" # Parse architecture-specific functions -. "${CT_LIB_DIR}/arch/${CT_ARCH}/functions" +. "${CT_LIB_DIR}/config/arch/${CT_ARCH}/functions" # Target tuple: CT_TARGET needs a little love: CT_DoBuildTargetTuple