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

Unified Diff: build/toolchain.gypi

Issue 1384453003: MIPS: Pass -fp32 flag to the compiler when building for loongson (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months 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/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index bd081e179107cc79cefe4e90e1ef6a10b140fd24..7c96144b38520cba5569a4d569cf7efb5b4702d6 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -638,8 +638,8 @@
'_MIPS_ARCH_LOONGSON',
'FPU_MODE_FP32',
],
- 'cflags!': ['-mfp64', '-mfp32', '-mfpxx'],
- 'cflags': ['-mips3', '-Wa,-mips3'],
+ 'cflags!': ['-mfp64', '-mfpxx'],
+ 'cflags': ['-mips3', '-Wa,-mips3', '-mfp32'],
}],
],
}, {
« 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