Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2216)

Unified Diff: build/config/compiler/BUILD.gn

Issue 2538493003: [MIPS] Enable integrated as for Linux (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 += [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698