From d7510094575b2d64aedc514a101947bb8f82951c Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 23 Feb 2017 17:46:38 +0000 Subject: 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 --- lib/libcompiler_rt/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/libcompiler_rt/Makefile') 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 -- cgit v1.2.3