commit | 29ae56ede9936db1d263eb90dbf9da9af0017651 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Mon May 06 20:13:01 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon May 06 20:13:01 2019 -0700 |
tree | 284a32fc46ded2589143b2a07ccbeb8e781e19cb | |
parent | a3898089ba59d4b014a1da731413c1e91a7f29d3 [diff] | |
parent | 3277c39c6b4b27ec20508e999adce345ae2b1839 [diff] |
Merge "Exclude libgcc_stripped wherever libgcc is excluded" am: 3277c39c6b Change-Id: Idbe82ea4a3e5cb9a9a7c194dd0a4d8a282d56c03
diff --git a/cc/config/global.go b/cc/config/global.go index 0a7d984..24075d9 100644 --- a/cc/config/global.go +++ b/cc/config/global.go
@@ -84,6 +84,7 @@ "-Wl,--fatal-warnings", "-Wl,--no-undefined-version", "-Wl,--exclude-libs,libgcc.a", + "-Wl,--exclude-libs,libgcc_stripped.a", } deviceGlobalLldflags = append(ClangFilterUnknownLldflags(deviceGlobalLdflags),