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:
Jung-uk Kim 2017-02-23 17:46:38 +00:00
parent 6233db9fac
commit d751009457
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314152

View file

@ -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>