ppc64 isnt ok just yet, so dont scan for exec stacks
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Mar 2006 09:31:53 +0000 (09:31 -0000)
committerMike 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

index 8ae5149fe807a085b967dc24b6598e1c8671c577..f291e036b3a99e96ec6d4fe5b0f64de2c2964fb7 100644 (file)
@@ -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