Merge "Remove -fno-emulated-tls from linux_bionic"

This commit is contained in:
Alex Light 2018-11-01 16:15:35 +00:00 committed by Gerrit Code Review
commit d6bb90dc0d

View file

@ -124,7 +124,7 @@ func (t *toolchainLinuxBionic) ClangLldflags() string {
func (t *toolchainLinuxBionic) ToolchainClangCflags() string {
return "-m64 -march=x86-64" +
// TODO: We're not really android, but we don't have a triple yet b/31393676
" -U__ANDROID__ -fno-emulated-tls"
" -U__ANDROID__"
}
func (t *toolchainLinuxBionic) ToolchainClangLdflags() string {