Remove an assembler flag, which is redundant since r309124. The upstream
took care of it by introducing a macro NO_EXEC_STACK_DIRECTIVE. http://llvm.org/viewvc/llvm-project?rev=273500&view=rev Reviewed by: dim
This commit is contained in:
parent
6233db9fac
commit
d751009457
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user