projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff4b85
)
align with Prefix, also warn on sparcv9 hosts -- 64-bits Solaris/Sparc
author
Fabian Groffen
<grobian@gentoo.org>
Thu, 16 Jul 2009 20:01:54 +0000
(20:01 -0000)
committer
Fabian Groffen
<grobian@gentoo.org>
Thu, 16 Jul 2009 20:01:54 +0000
(20:01 -0000)
svn path=/main/trunk/; revision=13831
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 58619f0ac98ab31b4f9d1e2739f7f1770859e127..7ca9129c4137061c47a01392e3db97eac864de99 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*|hppa64*|ia64*|powerpc64*|mips64*|sparc64*|x86_64*) gentoo_bug=yes ;;
+ alpha*|hppa64*|ia64*|powerpc64*|mips64*|sparc64*|
sparcv9*|
x86_64*) gentoo_bug=yes ;;
esac
abort=yes