We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a323384 commit b0ba9e2Copy full SHA for b0ba9e2
src/build/config/compiler/BUILD.gn
@@ -628,7 +628,7 @@ config("compiler") {
628
629
# Enable ELF CREL (see crbug.com/357878242) for all platforms that use ELF
630
# (excluding toolchains that use an older version of LLVM).
631
- if (is_linux && !llvm_android_mainline &&
+ if (is_linux && !llvm_android_mainline && current_cpu != "arm" &&
632
current_cpu != "mipsel" && current_cpu != "mips64el" &&
633
default_toolchain != "//build/toolchain/cros:target") {
634
cflags += [ "-Wa,--crel,--allow-experimental-crel" ]
0 commit comments