aboutsummaryrefslogtreecommitdiffstats
path: root/cc/arm_device.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-04-30 13:40:23 -0700
committerColin Cross <ccross@android.com>2015-04-30 16:35:03 -0700
commit6bedfaaeea210c90514784ae66a16e3a4bc878ed (patch)
treedc2a3422fa5af628b7a1e709e3761bc28ccbd036 /cc/arm_device.go
parent3d7678f9d6e69f07f5d09c3d4ec00f4213a65691 (diff)
downloadbuild_soong-6bedfaaeea210c90514784ae66a16e3a4bc878ed.tar.gz
build_soong-6bedfaaeea210c90514784ae66a16e3a4bc878ed.tar.bz2
build_soong-6bedfaaeea210c90514784ae66a16e3a4bc878ed.zip
cc: remove incorrect arch cflags
arm and host builds both got some extra global cflags from arm64, remove them. Change-Id: Ie4dcbb114714f4ae8b45304755978d66e13e889c
Diffstat (limited to 'cc/arm_device.go')
-rw-r--r--cc/arm_device.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/arm_device.go b/cc/arm_device.go
index 641f96e5..8adbc291 100644
--- a/cc/arm_device.go
+++ b/cc/arm_device.go
@@ -49,9 +49,6 @@ var (
"-Wl,--fatal-warnings",
"-Wl,--icf=safe",
"-Wl,--hash-style=gnu",
-
- // Disable transitive dependency library symbol resolving.
- "-Wl,--allow-shlib-undefined",
}
armArmCflags = []string{