Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 4f0db299a507626932794dcaf5becc7f2e10a052..1bcd3cfdb264c7bfe9010510d42fcda6dec51b04 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -549,12 +549,6 @@ config("compiler_cpu_abi") { |
ldflags += [ "--target=aarch64-linux-gnu" ] |
} |
} else if (current_cpu == "mipsel" && !is_nacl) { |
- if (is_clang) { |
- # Temporarily needed due to unsupported MIPS macro instructions |
- # in inline asm code in third_party projects (libwebp and webrtc). |
- # TODO(lmilko) Enable integrated-as. |
- cflags += [ "-fno-integrated-as" ] |
- } |
if (mips_arch_variant == "r6") { |
if (is_clang) { |
cflags += [ |