aboutsummaryrefslogtreecommitdiffstats
path: root/cc/mips_device.go
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-01-12 16:22:40 -0800
committerDan Willemsen <dwillemsen@google.com>2016-01-12 23:30:13 -0800
commit7a0f848998067a61531b01699fa5d436670c0e36 (patch)
tree8e30d622fcd36433122892c57c31d444c5e2179c /cc/mips_device.go
parente0378dd4df0e121863cd506307b3658acc34fa55 (diff)
downloadbuild_soong-7a0f848998067a61531b01699fa5d436670c0e36.tar.gz
build_soong-7a0f848998067a61531b01699fa5d436670c0e36.tar.bz2
build_soong-7a0f848998067a61531b01699fa5d436670c0e36.zip
Align flags with make
This pulls a number of cflag changes from make since our last sync. Change-Id: I8c77fc215ed7677b8ac15a6d39143b519068dd55
Diffstat (limited to 'cc/mips_device.go')
-rw-r--r--cc/mips_device.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/mips_device.go b/cc/mips_device.go
index f668f225..d88c9060 100644
--- a/cc/mips_device.go
+++ b/cc/mips_device.go
@@ -34,6 +34,7 @@ var (
"-ffunction-sections",
"-fdata-sections",
"-funwind-tables",
+ "-fstack-protector-strong",
"-Wa,--noexecstack",
"-Werror=format-security",
"-D_FORTIFY_SOURCE=2",