Chromium Code Reviews

Issue 18309: Support for building V8 with MinGW. This patch is from gdschaefer. In additio... (Closed)

Created:
11 years, 11 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

Support for building V8 with MinGW. This patch is from gdschaefer. In addition to supporting MinGW this change also makes it more explicit which targets needs to link with which libraries. BUG=64

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+177 lines, -38 lines)
M SConstruct View 8 chunks +57 lines, -7 lines 0 comments
M src/cpu-ia32.cc View 1 chunk +1 line, -1 line 0 comments
M src/dtoa-config.c View 1 chunk +4 lines, -0 lines 0 comments
M src/globals.h View 2 chunks +5 lines, -5 lines 0 comments
M src/platform.h View 3 chunks +22 lines, -7 lines 0 comments
M src/platform-win32.cc View 10 chunks +76 lines, -15 lines 0 comments
M tools/presubmit.py View 1 chunk +0 lines, -1 line 0 comments
M tools/visual_studio/d8.vcproj View 3 chunks +3 lines, -1 line 0 comments
M tools/visual_studio/v8_cctest.vcproj View 3 chunks +3 lines, -1 line 0 comments
M tools/visual_studio/v8_mksnapshot.vcproj View 2 chunks +2 lines, -0 lines 0 comments
M tools/visual_studio/v8_process_sample.vcproj View 2 chunks +2 lines, -0 lines 0 comments
M tools/visual_studio/v8_shell_sample.vcproj View 2 chunks +2 lines, -0 lines 0 comments

Powered by Google App Engine