Skip to content

Commit

Permalink
arm: Force non-executable stack (part 2)
Browse files Browse the repository at this point in the history
This was supposed to be part of commit 63a10bb but I pushed
from the wrong machine. This fixes cross compiling to arm.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
  • Loading branch information
erikd committed May 5, 2015
1 parent cdba973 commit 1a4374c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aclocal.m4
Expand Up @@ -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
Expand Down

0 comments on commit 1a4374c

Please sign in to comment.