Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6bb90dc authored by Alex Light's avatar Alex Light Committed by Gerrit Code Review
Browse files

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

parents 115934e8 a08ae848
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {