diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2011-01-07 15:59:23 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2011-01-07 15:59:23 +0000 |
| commit | 127060d2b09e0e09669a987c421dbad5e2ad4959 (patch) | |
| tree | 9309ca9508e5052b5cea15c678f34cadf1a61e79 /lib/libcompiler_rt | |
| parent | 153344e7d37761fa0f4e82cf4931dfac8c4928ec (diff) | |
Notes
Diffstat (limited to 'lib/libcompiler_rt')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 2 |
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 |
