aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/tindex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex
index 081e6557a831..ffb02ab56ed6 100755
--- a/Tools/scripts/tindex
+++ b/Tools/scripts/tindex
@@ -33,6 +33,9 @@ export SRCDIR5=${BASEDIR}/src.5
export SRCDIR6=${BASEDIR}/src.6
export SRCDIR7=${BASEDIR}/src.7
+# Target architecture
+export ARCH=i386
+
# SSH key to use for copying INDEXes to www host (if non-default)
export SSHKEY="-i /home/kris/.ssh/id_dsa-index"