From e35896ed37dfd4d763d5c06d109b72d4c589dfa7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 8 Apr 2012 16:03:13 -0400 Subject: MAKEALL: add more arch aliases Signed-off-by: Mike Frysinger --- extra/scripts/MAKEALL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra') diff --git a/extra/scripts/MAKEALL b/extra/scripts/MAKEALL index 457df909c..f46d3bd66 100755 --- a/extra/scripts/MAKEALL +++ b/extra/scripts/MAKEALL @@ -33,7 +33,10 @@ setconfig() get_arches() { case $1 in + hppa) echo hppa hppa2.0 hppa1.1 hppa1.0;; + i386) echo i386 i486 i586 i686;; sh) echo sh4 sh2 sh3 sh1 sh;; + sparc) echo sparc sparc64;; *) echo $1;; esac } -- cgit v1.2.3