Skip to content

Commit 2432b3f

Browse files
committed
Add execstack to linkerflags for MIPS scudo
1 parent 5eb8d1a commit 2432b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_qemu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ function configure_scudo_compiler_rt {
195195
then
196196
# linker_flags="-latomic -Wl,-z,notext -Wno-unused-command-line-argument -Wl,-z,execstack"
197197
c_flags+=" -Wl,-z,execstack"
198+
linker_flags+=" -Wl,-z,execstack"
198199
else
199200
c_flags+=" "
200201
fi

0 commit comments

Comments
 (0)