diff -r f0d84f1d4c93 -r 5e5d02b2d786 scripts/tarball.sh.broken --- a/scripts/tarball.sh.broken Wed Aug 15 16:18:35 2007 +0000 +++ b/scripts/tarball.sh.broken Sun Sep 16 08:52:26 2007 +0000 @@ -16,6 +16,10 @@ # Parse the configuration file: . ${CT_TOP_DIR}/.config +# Parse the architecture-specific functions +. "${CT_LIB_DIR}/arch/${CT_ARCH}/functions" + +# Target tuple: CT_TARGET needs a little love: CT_DoBuildTargetTuple # Kludge: if any of the config options needs either CT_TARGET or CT_TOP_DIR,