summaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2015-09-29 16:09:58 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2015-09-29 16:09:58 +0000
commit96cdb0ab9d6d89d47c14f239933391a1f7d465c7 (patch)
tree6f88f0773e9f00f362b1ad72de44af830fd0278b /lib/libcompiler_rt
parent3e10dd104940dc186fe48668029f6e74ef8b5f80 (diff)
downloadsrc-test2-96cdb0ab9d6d89d47c14f239933391a1f7d465c7.tar.gz
src-test2-96cdb0ab9d6d89d47c14f239933391a1f7d465c7.zip
Notes
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 5e21883d9e8f..22c9f89ae40f 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