Merge "Remove -fno-emulated-tls from linux_bionic" am: d6bb90dc0d
am: 26559baeed
Change-Id: I6e8469b0134aa95da1eceff247422d5d16264119
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user