projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e937976
)
m68k generates proper gnu stack markings
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 27 Jan 2006 04:07:47 +0000
(
04:07
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 27 Jan 2006 04:07:47 +0000
(
04:07
-0000)
svn path=/main/trunk/; revision=2586
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 022b5df39a9dded6ec1117e3ce4710a820627e6c..d64969e6507c8206dacb42936c1362990331b091 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1115,7
+1115,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*|s390*|x86_64*)
+ i?86*|ia64*|
m68k*|
s390*|x86_64*)
f=$(scanelf -qyRF '%e %p' "${D}") ;;
*)
f="" ;;