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

Unified Diff: build/toolchain.gypi

Issue 305643005: X87: use more suitable build flag (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 7f677dd403d63a500a8976db7030ffb829e238c4..6b421cad5b7cc71591514bff1fbc607e5343fddb 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -292,8 +292,7 @@
'defines': [
'V8_TARGET_ARCH_X87',
],
- 'cflags': ['-mfpmath=387'],
- 'ldflags': ['-mfpmath=387'],
+ 'cflags': ['-march=i586'],
}], # v8_target_arch=="x87"
['v8_target_arch=="mips"', {
'defines': [
« 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