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

am: f3040a608e

Change-Id: If2d7db22e073d4f93da602a123c2bda98b3c0325
This commit is contained in:
Alex Light
2018-11-01 09:30:42 -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 {