Allow for the possibility of powerpc builds.

This commit is contained in:
Mark Linimon 2009-11-08 00:25:37 +00:00
parent 4d6a33b6fa
commit 551b5a7617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243952

View file

@ -9,7 +9,7 @@ validate_env() {
branch=$2
case ${arch} in
amd64|i386|ia64|sparc64)
amd64|i386|ia64|powerpc|sparc64)
continue
;;
*)