scripts/saveSample.sh
changeset 394 5e5d02b2d786
parent 335 f0d84f1d4c93
child 523 010f6f4e4dd6
     1.1 --- a/scripts/saveSample.sh	Wed Aug 15 16:18:35 2007 +0000
     1.2 +++ b/scripts/saveSample.sh	Sun Sep 16 08:52:26 2007 +0000
     1.3 @@ -18,6 +18,9 @@
     1.4  CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config"
     1.5  . "${CT_TOP_DIR}/.config"
     1.6  
     1.7 +# Parse the architecture-specific functions
     1.8 +. "${CT_LIB_DIR}/arch/${CT_ARCH}/functions"
     1.9 +
    1.10  # Target tuple: CT_TARGET needs a little love:
    1.11  CT_DoBuildTargetTuple
    1.12