summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-09-29 16:09:58 +0000
committerkib <kib@FreeBSD.org>2015-09-29 16:09:58 +0000
commit2b6ac44d5d1daf1a746ac5b9a9c426b621aaa82b (patch)
tree6f88f0773e9f00f362b1ad72de44af830fd0278b /lib/libcompiler_rt
parent91736e0038dbbc345d1b904eb7310f56932acc32 (diff)
downloadFreeBSD-src-2b6ac44d5d1daf1a746ac5b9a9c426b621aaa82b.zip
FreeBSD-src-2b6ac44d5d1daf1a746ac5b9a9c426b621aaa82b.tar.gz
Annotate arm userspace assembler sources stating their tolerance to
the non-executable stack. Reviewed by: andrew Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index 5e21883..22c9f89 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -230,7 +230,7 @@ SYMLINKS+=libcompiler_rt_p.a ${LIBDIR}/libgcc_p.a
.endif
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \
- ${MACHINE_CPUARCH} == "powerpc"
+ ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_ARCH:Marmv6*}
AFLAGS+=--noexecstack
ACFLAGS+=-Wa,--noexecstack
.endif
OpenPOWER on IntegriCloud