Go to file
sgjesse@chromium.org 85584333f9 Support for building V8 with MinGW
V8 can now be build with MinGW. It still fails the following four tests in debug mode:

  mjsunit/parse-int-float
  mjsunit/mirror-array.js
  mjsunit/integer-to-string.js
  mjsunit/regress/regress-114.js

Building with MinGW has been tested with version 5.1.4 using GCC 3.4.5.

In addition to supporting MinGW this change also makes it more explicit which targets needs to link with which libraries.

BUG=64
Review URL: http://codereview.chromium.org/20177

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1240 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-02-09 15:06:07 +00:00
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include Add explicit null checks after string conversions in the shells. 2009-02-05 13:53:41 +00:00
samples Add explicit null checks after string conversions in the shells. 2009-02-05 13:53:41 +00:00
src Support for building V8 with MinGW 2009-02-09 15:06:07 +00:00
test Added one test case and moved another. 2009-02-09 08:46:26 +00:00
tools Support for building V8 with MinGW 2009-02-09 15:06:07 +00:00
AUTHORS Apply patch from Alexander Botero-Lowry that adds FreeBSD platform 2008-11-21 10:06:29 +00:00
ChangeLog Prepare push to trunk. Now working on version 1.0.0. 2009-01-27 09:44:41 +00:00
LICENSE Added regexp tests from PCRE. 2009-02-02 14:15:18 +00:00
SConstruct Support for building V8 with MinGW 2009-02-09 15:06:07 +00:00