X87: use more suitable build flag

BUG=
R=danno@chromium.org

Review URL: https://codereview.chromium.org/305643005

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21603 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
weiliang.lin@intel.com 2014-06-02 11:39:44 +00:00
parent 9a1fe563b9
commit 2f04631d9e

View File

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