mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Mark libcompiler_rt as not needed executable stack on powerpc.
Reviewed and tested by: nwhitehorn
This commit is contained in:
parent
9f9569662f
commit
c42c9d5646
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue