projects
/
platform
/
core
/
system
/
swap-probe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f4975
)
[FIX] disable exec stack
44/29744/1
author
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Mon, 3 Nov 2014 17:25:27 +0000
(20:25 +0300)
committer
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Mon, 3 Nov 2014 17:25:27 +0000
(20:25 +0300)
change param "-Wl,-z,noexecstack"
Change-Id: I912d17ae3e43435b2a24c66738884e886778bb94
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3a85411cd97f3fb156a43dba12b8e18925bd948b..38c5656378e1e6a1ff3fdb882d68b9f7a0b6f87e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-59,9
+59,7
@@
LDFLAGS = -shared \
-levas \
-lpthread \
-lrt \
- -Wl \
- -z \
- noexecstack
+ -Wl,-z,noexecstack
ASMFLAG = -O0 -g