projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc21f1
)
add hppa64 to the 64bit list as pointed out by Michael Haubenwallner
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 16 Jul 2009 17:44:19 +0000
(17:44 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 16 Jul 2009 17:44:19 +0000
(17:44 -0000)
svn path=/main/trunk/; revision=13828
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index f8ba5eb124e0049dd410bab90db47a57516eff22..58619f0ac98ab31b4f9d1e2739f7f1770859e127 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-393,7
+393,7
@@
install_qa_check() {
# just warn on 32bit hosts but bail on 64bit hosts
case ${CHOST} in
- alpha*|ia64*|powerpc64*|mips64*|sparc64*|x86_64*) gentoo_bug=yes ;;
+ alpha*|
hppa64*|
ia64*|powerpc64*|mips64*|sparc64*|x86_64*) gentoo_bug=yes ;;
esac
abort=yes