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
parent 9a1fe563
...@@ -292,8 +292,7 @@ ...@@ -292,8 +292,7 @@
'defines': [ 'defines': [
'V8_TARGET_ARCH_X87', 'V8_TARGET_ARCH_X87',
], ],
'cflags': ['-mfpmath=387'], 'cflags': ['-march=i586'],
'ldflags': ['-mfpmath=387'],
}], # v8_target_arch=="x87" }], # v8_target_arch=="x87"
['v8_target_arch=="mips"', { ['v8_target_arch=="mips"', {
'defines': [ 'defines': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment