Disable double strtod in ARM-simulator.
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 18 Oct 2010 16:37:19 +0000 (16:37 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 18 Oct 2010 16:37:19 +0000 (16:37 +0000)
commit705a57266a45c56d240a324de7fb5ff81369c795
treee50371ca4d2f6adb2581ab5c4eb2ebf8d897ac46
parent11939873138d92c58562314d7284dcb6674e43ff
Disable double strtod in ARM-simulator.

The ARM simulator is compiled for 32bits. On Linux the floating-point
operations are hence invalid for the simulator too.

Fixes build-breakage.

Review URL: http://codereview.chromium.org/3813009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5651 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/strtod.cc