summaryrefslogtreecommitdiff
path: root/scripts/tarball.sh.broken
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-16 08:52:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-16 08:52:26 (GMT)
commit60b7c724bd93925ad849c78fc4c678edbe63cd18 (patch)
tree3720dd857afc5bacdf422a2d0749e74b2613b2d3 /scripts/tarball.sh.broken
parent398b1b8e692c1cd7d453ca59a78da570feea0769 (diff)
Call architecture-specific functions from all scripts needing them.
Diffstat (limited to 'scripts/tarball.sh.broken')
-rwxr-xr-xscripts/tarball.sh.broken4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/tarball.sh.broken b/scripts/tarball.sh.broken
index 63d27cd..9787c21 100755
--- a/scripts/tarball.sh.broken
+++ b/scripts/tarball.sh.broken
@@ -16,6 +16,10 @@ rm -f "${tmp_log_file}"
# 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,