Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Issue 9071004: Add netbsd support to gyp build. (Closed)

Created:
8 years, 11 months ago by Yang
Modified:
8 years, 11 months ago
Reviewers:
msporleder
CC:
v8-dev
Visibility:
Public.

Description

Add netbsd support to gyp build. Committed: http://code.google.com/p/v8/source/detail?r=10341

Patch Set 1 #

Patch Set 2 : Applied suggested changes #

Patch Set 3 : remove strict-aliasing warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -21 lines) Patch
M build/common.gypi View 1 2 5 chunks +11 lines, -4 lines 0 comments Download
M build/standalone.gypi View 1 4 chunks +15 lines, -9 lines 0 comments Download
M src/d8.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/d8-posix.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/platform-openbsd.cc View 1 3 chunks +17 lines, -4 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Yang
8 years, 11 months ago (2012-01-03 10:28:58 UTC) #1
I revamped your patch to include NetBSD support in the GYP build for V8.  Since
platform-netbsd.cc shares a lot of code with platform-openbsd.cc, I merged them
and now use a define flag to distinguish.

Please take a look and confirm that the patch works!

Powered by Google App Engine
This is Rietveld 408576698