aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-03-22 17:10:29 -0700
committerColin Cross <ccross@android.com>2017-03-31 18:41:36 -0700
commita16e82fa532479b9965f5108c90c7cd45a23ef88 (patch)
tree084e20cf7b72f1a51d215891768370fca079aec9 /cc
parent3943fd9b4cbc92628732a75451491c01b57f13fe (diff)
downloadbuild_soong-a16e82fa532479b9965f5108c90c7cd45a23ef88.tar.gz
build_soong-a16e82fa532479b9965f5108c90c7cd45a23ef88.tar.bz2
build_soong-a16e82fa532479b9965f5108c90c7cd45a23ef88.zip
Remove -Wl,--allow-shlib-undefined from arm64
Hopefully this isn't needed any more. Test: m -j checkbuild Change-Id: I8cd1ef21c37bb85a322674532b3cd6816280da67 (cherry picked from commit dc03a8407e24b5524c0e9fc96336620815516991)
Diffstat (limited to 'cc')
-rw-r--r--cc/config/arm64_device.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/config/arm64_device.go b/cc/config/arm64_device.go
index fe47ddfc..23186e76 100644
--- a/cc/config/arm64_device.go
+++ b/cc/config/arm64_device.go
@@ -66,9 +66,6 @@ var (
"-fuse-ld=gold",
"-Wl,--icf=safe",
"-Wl,--no-undefined-version",
-
- // Disable transitive dependency library symbol resolving.
- "-Wl,--allow-shlib-undefined",
}
arm64Cppflags = []string{