Skip to content

Commit 8a37769

Browse files
Austin Seippbrson
authored andcommitted
---
yaml --- r: 5921 b: refs/heads/master c: 7a8e12c h: refs/heads/master i: 5919: ee17e67 v: v3
1 parent e1038a1 commit 8a37769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1703e9ec89a20848c6effcca8ad036524ad8f581
2+
refs/heads/master: 7a8e12ca6dc3a4c9ad481f87be2440161929984d

trunk/mk/platform.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ifneq ($(findstring linux,$(CFG_OSTYPE)),)
3131
CFG_GCCISH_LINK_FLAGS += -shared -fPIC -ldl -lpthread -lrt
3232
CFG_GCCISH_DEF_FLAG := -Wl,--export-dynamic,--dynamic-list=
3333
CFG_GCCISH_PRE_LIB_FLAGS := -Wl,-whole-archive
34-
CFG_GCCISH_POST_LIB_FLAGS := -Wl,-no-whole-archive
34+
CFG_GCCISH_POST_LIB_FLAGS := -Wl,-no-whole-archive -Wl,-znoexecstack
3535
ifeq ($(CFG_CPUTYPE), x86_64)
3636
CFG_GCCISH_CFLAGS += -m32
3737
CFG_GCCISH_LINK_FLAGS += -m32

0 commit comments

Comments
 (0)