summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-01-07 15:59:23 +0000
committerkib <kib@FreeBSD.org>2011-01-07 15:59:23 +0000
commit44d67b2afeac3a1fd31340ee180902109676ec73 (patch)
tree9309ca9508e5052b5cea15c678f34cadf1a61e79 /lib/libcompiler_rt
parent6e2bdd0ef1281c368ed6f581272c7c9df5a669f9 (diff)
downloadFreeBSD-src-44d67b2afeac3a1fd31340ee180902109676ec73.zip
FreeBSD-src-44d67b2afeac3a1fd31340ee180902109676ec73.tar.gz
Fix braino in r217101. -Wa is used to supply assembler flag to cc driver.
Noted by: Anonymous <swell.k gmail com>
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 6e3ebb9..a43672a 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
OpenPOWER on IntegriCloud