aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gn/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 52c13bf666..95fb362bea 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -173,7 +173,6 @@ config("default") {
cflags += [
"-no-integrated-as", # Clang <4.0 doesn't understand 'usw' mnemonic.
"-march=mips32r2",
- "-mdspr2",
]
} else if (current_cpu == "x86" && !is_win) {
asmflags += [ "-m32" ]