Revision: 21603
Author:   [email protected]
Date:     Mon Jun  2 11:39:44 2014 UTC
Log:      X87: use more suitable build flag

BUG=
[email protected]

Review URL: https://codereview.chromium.org/305643005
http://code.google.com/p/v8/source/detail?r=21603

Modified:
 /branches/bleeding_edge/build/toolchain.gypi

=======================================
--- /branches/bleeding_edge/build/toolchain.gypi Fri May 23 16:37:27 2014 UTC +++ /branches/bleeding_edge/build/toolchain.gypi Mon Jun 2 11:39:44 2014 UTC
@@ -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