Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Restore -fpie it works when tree actually 'clean'
· 3c0776b5
Justin Mitchell
authored
Jul 19, 2016
3c0776b5
Merge branch 'master' of
https://projects.sucs.org/arthur/mw
· c50893d8
Justin Mitchell
authored
Jul 19, 2016
c50893d8
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
c50893d8
...
...
@@ -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
)
\"
...
...