projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc20719
)
enable exec stack scanning on ppc64
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 20 Feb 2006 23:42:38 +0000
(23:42 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 20 Feb 2006 23:42:38 +0000
(23:42 -0000)
svn path=/main/trunk/; revision=2754
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 903a6d083a2ab1403c14442a608e0b7f93903509..7701af1b3cd23fb96a59c34ae7338bca66f2b9e9 100755
(executable)
--- 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="" ;;