diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2011-01-14 11:23:39 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2011-01-14 11:23:39 +0000 |
| commit | c42c9d564632fc4cc1e6ec9746c2cba2e0a61d34 (patch) | |
| tree | 8025cfdc6c8e2fd429918989eb993841a371329d /lib/libcompiler_rt | |
| parent | 9f9569662f3bcdb729aa725c10065f4ad432a0c2 (diff) | |
Notes
Diffstat (limited to 'lib/libcompiler_rt')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index a43672adbe208..dcfcf740f1631 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -156,7 +156,8 @@ SYMLINKS+=libcompiler_rt_p.a ${LIBDIR}/libgcc_p.a . endif .endif -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" +.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \ + ${MACHINE_CPUARCH} == "powerpc" AFLAGS+=--noexecstack ACFLAGS+=-Wa,--noexecstack .endif |
