summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-20 23:42:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-20 23:42:38 +0000
commit38f7cc229561dfd22aaa8de8ea705640270f2f68 (patch)
tree0a66f475e22e570e0fe9365b22c1079fe3519400
parentfc207195eefa9e412925b943376632d9644733cb (diff)
downloadportage-38f7cc229561dfd22aaa8de8ea705640270f2f68.tar.gz
portage-38f7cc229561dfd22aaa8de8ea705640270f2f68.tar.bz2
portage-38f7cc229561dfd22aaa8de8ea705640270f2f68.zip
enable exec stack scanning on ppc64
svn path=/main/trunk/; revision=2754
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 903a6d083..7701af1b3 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1140,7 +1140,7 @@ dyn_install() {
# 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*|s390*|x86_64*)
+ i?86*|ia64*|m68k*|powerpc64*|s390*|x86_64*)
f=$(scanelf -qyRF '%e %p' "${D}") ;;
*)
f="" ;;