aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-01-07 15:59:23 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-01-07 15:59:23 +0000
commit127060d2b09e0e09669a987c421dbad5e2ad4959 (patch)
tree9309ca9508e5052b5cea15c678f34cadf1a61e79 /lib/libcompiler_rt
parent153344e7d37761fa0f4e82cf4931dfac8c4928ec (diff)
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 6e3ebb93b8afd..a43672adbe208 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -158,7 +158,7 @@ SYMLINKS+=libcompiler_rt_p.a ${LIBDIR}/libgcc_p.a
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
AFLAGS+=--noexecstack
-ACFLAGS+=-Wl,a,--noexecstack
+ACFLAGS+=-Wa,--noexecstack
.endif