summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-08 14:52:22 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-08 14:52:22 -0600
commitf606fb38d6543b2069b7929713933b97c498c7ce (patch)
tree9b07f17261ad90063424a9e64a2f2a931b0d3122 /src/libretools.conf
parentf68969029bbc59637e3c9eac30d1ee2fefc4d8d9 (diff)
librestage: go back to looping over all arches
This for users who cross-compile for multiple architectures.
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index ae2a85b..070d289 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -19,6 +19,10 @@ DIFFTOOL=`which kdiff3 meld gvimdiff vimdiff colordiff diff 2>/dev/null|sed 's/\
# precedence on the path cache (the last path added replaces the rest)
REPOS=('core' 'libre' 'extra' 'community' 'libre-testing' 'social' 'sugar' 'pcr' 'java')
+## The architectures you'll be packaging for
+## Used by `librestage`
+ARCHES=('x86_64' 'i686' 'mips64el')
+
################################################################################
# abslibre #
################################################################################