projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ef0b1
)
ppc64 isnt ok just yet, so dont scan for exec stacks
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 12 Mar 2006 09:31:53 +0000
(09:31 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 12 Mar 2006 09:31:53 +0000
(09:31 -0000)
svn path=/main/trunk/; revision=2860
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 8ae5149fe807a085b967dc24b6598e1c8671c577..f291e036b3a99e96ec6d4fe5b0f64de2c2964fb7 100644
(file)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-120,7
+120,7
@@
install_qa_check() {
# are supported at the moment. Keep this list in sync with
# http://hardened.gentoo.org/gnu-stack.xml (Arch Status)
case ${CTARGET:-${CHOST}} in
- i?86*|ia64*|m68k*|
powerpc64*|
s390*|x86_64*)
+ i?86*|ia64*|m68k*|s390*|x86_64*)
# Allow devs to mark things as ignorable ... e.g. things
# that are binary-only and upstream isn't cooperating ...
# we allow ebuild authors to set QA_EXECSTACK_arch and