Disable emulated tls for RISCV
Bug: b/267688421 Change-Id: I885bcf966db2e9a0a3edc1fee865b3cf9c6ff90a
This commit is contained in:
@@ -35,7 +35,9 @@ var (
|
||||
}
|
||||
|
||||
riscv64Lldflags = append(riscv64Ldflags,
|
||||
"-Wl,-z,max-page-size=4096")
|
||||
"-Wl,-z,max-page-size=4096",
|
||||
"-Wl,-plugin-opt,-emulated-tls=0",
|
||||
)
|
||||
|
||||
riscv64Cppflags = []string{}
|
||||
|
||||
|
Reference in New Issue
Block a user