mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-05-28 18:06:32 +03:00
mipsel: build: Disable ELF CREL
This commit is contained in:
@@ -673,7 +673,8 @@ config("compiler") {
|
||||
# TODO(crbug.com/376278218): This causes segfault on Linux ARM builds.
|
||||
# It also causes segfault on Linux s390x:
|
||||
# https://github.com/llvm/llvm-project/issues/149511
|
||||
if (is_linux && use_lld && current_cpu != "arm" && current_cpu != "s390x") {
|
||||
if (is_linux && use_lld && current_cpu != "arm" && current_cpu != "s390x" &&
|
||||
current_cpu != "mipsel" && current_cpu != "mips64el") {
|
||||
cflags += [ "-Wa,--crel,--allow-experimental-crel" ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user