Reviewers: danno,

Description:
X87: use more suitable build flag

BUG=

Please review this at https://codereview.chromium.org/305643005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -2 lines):
  M build/toolchain.gypi


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': [


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to