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