summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2015-05-04 23:39:31 +0000
committerErik de Castro Lopo <erikd@mega-nerd.com>2015-05-05 12:50:00 +1000
commit1a4374c1e246d81a5c1d00a720919804093a8241 (patch)
treeabaad52926977e8281f1d9390028015f09eaf70a /aclocal.m4
parentcdba9732179502652eaa001b01a5d2a330f63c5f (diff)
downloadhaskell-1a4374c1e246d81a5c1d00a720919804093a8241.tar.gz
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 <erikd@mega-nerd.com>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index bb46fda21c..590edb010d 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