aboutsummaryrefslogtreecommitdiffstats
path: root/cc/config/mips_device.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-11-06 13:59:48 -0800
committerColin Cross <ccross@android.com>2017-11-13 15:18:19 -0800
commit26f14509d13563c9ae52d433663ac302ba0c76cf (patch)
tree5b383558f04aff179088ab9f90ec38c42ae61529 /cc/config/mips_device.go
parentdf93350ccd43e21c549ffd3a1daa606219bd2d46 (diff)
downloadbuild_soong-26f14509d13563c9ae52d433663ac302ba0c76cf.tar.gz
build_soong-26f14509d13563c9ae52d433663ac302ba0c76cf.tar.bz2
build_soong-26f14509d13563c9ae52d433663ac302ba0c76cf.zip
Move -fvisibility-inlines-hidden to global device cppflags
It was previously set on arm[64] and mips[64], this will cause it to be set for x86[_64] too. Bug: 68855788 Test: m checkbuild Change-Id: I75af16e7d259963ad633cc664929144332bb435d
Diffstat (limited to 'cc/config/mips_device.go')
-rw-r--r--cc/config/mips_device.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cc/config/mips_device.go b/cc/config/mips_device.go
index f178b978..a8c48b4b 100644
--- a/cc/config/mips_device.go
+++ b/cc/config/mips_device.go
@@ -38,9 +38,7 @@ var (
"-fintegrated-as",
}...)
- mipsCppflags = []string{
- "-fvisibility-inlines-hidden",
- }
+ mipsCppflags = []string{}
mipsLdflags = []string{
"-Wl,--allow-shlib-undefined",