Browse Source

MAKEALL: add more arch aliases

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 12 years ago
parent
commit
e35896ed37
1 changed files with 3 additions and 0 deletions
  1. 3 0
      extra/scripts/MAKEALL

+ 3 - 0
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
 }