diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 04:07:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 04:07:47 +0000 |
commit | 80815009ce2fa4fe35a260e95c595729b67b6a43 (patch) | |
tree | ee717e98148b59850c6fdb4cb956b9b0167203dc | |
parent | e937976713328d82b24ccb47382d5e71479b45f1 (diff) | |
download | portage-80815009ce2fa4fe35a260e95c595729b67b6a43.tar.gz portage-80815009ce2fa4fe35a260e95c595729b67b6a43.tar.bz2 portage-80815009ce2fa4fe35a260e95c595729b67b6a43.zip |
m68k generates proper gnu stack markings
svn path=/main/trunk/; revision=2586
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 022b5df39..d64969e65 100755 --- 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="" ;; |