summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-18 04:17:15 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-18 04:17:15 +0000
commit9aa87a4d40f92efb9daaffb58132c6aa5af647be (patch)
tree64c40e6d4a32c6ba76b99a029970b959f9f87a64 /bin/misc-functions.sh
parent5d0e8cc9dfa077f2062e83e8257b54d8155b4d24 (diff)
downloadportage-9aa87a4d40f92efb9daaffb58132c6aa5af647be.tar.gz
portage-9aa87a4d40f92efb9daaffb58132c6aa5af647be.tar.bz2
portage-9aa87a4d40f92efb9daaffb58132c6aa5af647be.zip
superh supports sane exec stack stuff now
svn path=/main/trunk/; revision=5694
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index cb3936297..96861c8f7 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -130,7 +130,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*|s390*|x86_64*)
+ i?86*|ia64*|m68k*|s390*|sh*|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