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

Issue 11421013: v8: fix dragonflybsd build (Closed)

Created:
8 years, 1 month ago by bnoordhuis1
Modified:
6 years, 7 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

fix dragonflybsd build

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -20 lines) Patch
M build/common.gypi View 5 chunks +7 lines, -8 lines 0 comments Download
M build/standalone.gypi View 4 chunks +4 lines, -9 lines 0 comments Download
M src/d8.gyp View 1 chunk +1 line, -2 lines 0 comments Download
M src/platform-freebsd.cc View 5 chunks +16 lines, -1 line 1 comment Download
M tools/gyp/v8.gyp View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bnoordhuis1
v8: fix dragonflybsd build * fix gyp build * don't require libexecinfo, it's not there ...
8 years, 1 month ago (2012-11-20 21:42:56 UTC) #1
sjg2
libexecinfo is in pkgsrc wip and builds fine from there. sem_timedwait() has been added (unmasked) ...
7 years, 11 months ago (2013-01-02 04:46:38 UTC) #2
Sven Panne
https://codereview.chromium.org/11421013/diff/1/src/platform-freebsd.cc File src/platform-freebsd.cc (right): https://codereview.chromium.org/11421013/diff/1/src/platform-freebsd.cc#newcode51 src/platform-freebsd.cc:51: #if !defined(__DragonFly__) One general comment about such #ifs: Instead ...
7 years, 11 months ago (2013-01-02 08:06:46 UTC) #3
evilsjg
http://www.thesjg.com/dragonfly/v8df.patch Here's the patch I have used to build v8 locally, with libexecinfo from pkgsrc ...
7 years, 11 months ago (2013-01-22 02:51:35 UTC) #4
Sven Panne
On 2013/01/22 02:51:35, evilsjg wrote: > http://www.thesjg.com/dragonfly/v8df.patch > > Here's the patch I have used ...
7 years, 7 months ago (2013-05-15 12:31:52 UTC) #5
Sven Panne
Removed Michael, added Jakob, just for fun. :-)
7 years, 7 months ago (2013-05-15 12:32:22 UTC) #6
Jakob Kummerow
What I don't like about this patch in its current form is the inconsistency it ...
7 years, 7 months ago (2013-05-15 12:55:46 UTC) #7
Sven Panne
On 2013/05/15 12:55:46, Jakob wrote: > [...] Moving some of these lists to global variables ...
7 years, 7 months ago (2013-05-15 13:31:21 UTC) #8
Benedikt Meurer
7 years, 3 months ago (2013-09-23 08:09:13 UTC) #9
Can you rebase this one on bleeding_edge?

Powered by Google App Engine
This is Rietveld 408576698