[mw-devel] [Git][arthur/mw][master] 2 commits: Restore -fpie it works when tree actually 'clean'

Justin Mitchell arthur at sucs.org
Tue Jul 19 09:36:08 BST 2016


Justin Mitchell pushed to branch master at Justin Mitchell / mw


Commits:
3c0776b5 by Justin Mitchell at 2016-07-19T09:35:57+01:00
Restore -fpie it works when tree actually 'clean'

- - - - -
c50893d8 by Justin Mitchell at 2016-07-19T09:37:01+01:00
Merge branch 'master' of https://projects.sucs.org/arthur/mw

- - - - -


1 changed file:

- Makefile.common


Changes:

=====================================
Makefile.common
=====================================
--- a/Makefile.common
+++ b/Makefile.common
@@ -55,8 +55,8 @@ WARNINGS = \
 # until gcc catches up (4.7.x is good)
 WARNINGS += $(shell if [ $(GCCVER) -lt 0406 ] ; then echo "-Wno-multichar"; fi )
 
-CCSEC = -fstack-protector-all
-LDSEC = -Wl,-z,relro,-z,now
+CCSEC = -fpie -fstack-protector-all
+LDSEC = -pie -Wl,-z,relro,-z,now
 
 # info strings, do not edit.
 DEFS:= -DBUILD_DATE=\"$(shell date +%Y%m%d)\"



View it on GitLab: https://projects.sucs.org/arthur/mw/compare/4e0e1f5ce1457a02b8b8526fb24c2123ca9080a8...c50893d8909e4bbe4e633983b69ffb590b1a4adf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20160719/6276a4b8/attachment.html>


More information about the mw-devel mailing list