mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
mipsel: build: Disable ELF CREL
This commit is contained in:
parent
7fe1b1d3db
commit
d23c129bb0
1 changed files with 1 additions and 0 deletions
|
@ -630,6 +630,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…
Add table
Reference in a new issue