diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-02-23 19:32:25 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-02-23 19:32:25 +0000 |
| commit | eedd67c03383897a04e406651fecc1126370fb3b (patch) | |
| tree | 81dbdadebc12572b62ddcdc9133386f37e7f6eb8 /lib | |
| parent | 5d19388204f2e1a7746c54410c96b46d8ed133b1 (diff) | |
| parent | af67ca3780733f5961aa33ee9993f62dac9fea78 (diff) | |
Notes
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> |
