Merge "Move x86 and x86_64 libc to use libcrt"

This commit is contained in:
Yi Kong 2019-03-27 20:32:46 +00:00 committed by Gerrit Code Review
commit 1d9a4cbce9

View file

@ -77,14 +77,6 @@ cc_defaults {
native_coverage: false,
recovery_available: true,
arch: {
x86: {
no_libcrt: true,
},
x86_64: {
no_libcrt: true,
},
},
// lld complains about duplicate symbols in libcrt and libgcc. Suppress the
// warning since this is intended right now.
ldflags: ["-Wl,-z,muldefs"],