Merge "Remove -fno-emulated-tls from linux_bionic"
This commit is contained in:
commit
d6bb90dc0d
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ func (t *toolchainLinuxBionic) ClangLldflags() string {
|
||||||
func (t *toolchainLinuxBionic) ToolchainClangCflags() string {
|
func (t *toolchainLinuxBionic) ToolchainClangCflags() string {
|
||||||
return "-m64 -march=x86-64" +
|
return "-m64 -march=x86-64" +
|
||||||
// TODO: We're not really android, but we don't have a triple yet b/31393676
|
// 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 {
|
func (t *toolchainLinuxBionic) ToolchainClangLdflags() string {
|
||||||
|
|
Loading…
Reference in a new issue