summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-12 09:31:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-12 09:31:53 +0000
commit429904e1c93beae3cc8e70a9a396acb514c6c2e0 (patch)
treef6ebccc9a97b8c84c95e35bcdfc1847922beb305 /bin/misc-functions.sh
parentUse the ** operator for better unpacking of actionmap args in spawnebuild. (diff)
downloadportage-multirepo-429904e1c93beae3cc8e70a9a396acb514c6c2e0.tar.gz
portage-multirepo-429904e1c93beae3cc8e70a9a396acb514c6c2e0.tar.bz2
portage-multirepo-429904e1c93beae3cc8e70a9a396acb514c6c2e0.zip
ppc64 isnt ok just yet, so dont scan for exec stacks
svn path=/main/trunk/; revision=2860
Diffstat (limited to 'bin/misc-functions.sh')
-rw-r--r--bin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 8ae5149f..f291e036 100644
--- 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