diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index b0aaa6fc7b55..2fb78ff0dcb2 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -25,10 +25,4 @@ SYMLINKS+= libcompiler_rt.a ${LIBDIR}/libgcc.a SYMLINKS+= libcompiler_rt_p.a ${LIBDIR}/libgcc_p.a .endif -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \ - ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_ARCH:Marmv6*} -AFLAGS+= --noexecstack -ACFLAGS+= -Wa,--noexecstack -.endif - .include <bsd.lib.mk> |
