From 1a4374c1e246d81a5c1d00a720919804093a8241 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 4 May 2015 23:39:31 +0000 Subject: [PATCH] arm: Force non-executable stack (part 2) This was supposed to be part of commit 63a10bbc42 but I pushed from the wrong machine. This fixes cross compiling to arm. Signed-off-by: Erik de Castro Lopo --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index bb46fda21cdb..590edb010d68 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -571,7 +571,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], # gcc to link using the gold linker. # Forcing LD to be ld.gold is done in FIND_LD m4 macro. $3="$$3 -fuse-ld=gold -Wl,-z,noexecstack" - $4="$$4 -z,noexecstack" + $4="$$4 -z noexecstack" ;; esac