Skip to content
Snippets Groups Projects
Commit 1a4374c1 authored by Erik de Castro Lopo's avatar Erik de Castro Lopo
Browse files

arm: Force non-executable stack (part 2)


This was supposed to be part of commit 63a10bbc but I pushed
from the wrong machine. This fixes cross compiling to arm.

Signed-off-by: default avatarErik de Castro Lopo <erikd@mega-nerd.com>
parent cdba9732
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment