mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-01-18 08:51:44 +03:00
mipsel: build: Disable ELF CREL
This commit is contained in:
parent
c9971ef109
commit
476b562eed
@ -620,6 +620,7 @@ config("compiler") {
|
||||
# (excluding toolchains that use an older version of LLVM).
|
||||
# TODO(crbug.com/376278218): This causes segfault on Linux ARM builds.
|
||||
if (is_linux && !llvm_android_mainline && current_cpu != "arm" &&
|
||||
current_cpu != "mipsel" && current_cpu != "mips64el" &&
|
||||
default_toolchain != "//build/toolchain/cros:target") {
|
||||
cflags += [ "-Wa,--crel,--allow-experimental-crel" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user