Merge "Remove -fno-emulated-tls from linux_bionic" am: d6bb90dc0d

am: 26559baeed

Change-Id: I6e8469b0134aa95da1eceff247422d5d16264119
This commit is contained in:
Alex Light
2018-11-01 09:26:02 -07:00
committed by android-build-merger

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 {