From f606fb38d6543b2069b7929713933b97c498c7ce Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 8 Jun 2013 14:52:22 -0600 Subject: librestage: go back to looping over all arches This for users who cross-compile for multiple architectures. --- src/libretools.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libretools.conf') 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 # ################################################################################ -- cgit v1.2.2