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

Unified Diff: tools/gyp/v8.gyp

Issue 11421013: v8: fix dragonflybsd build (Closed)
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/platform-freebsd.cc ('K') | « src/platform-freebsd.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 5ca9725380a5f1d6706c42324a7a0ede0549b949..c85e6825b388ba3c89e6c05860b12eeb2119e560 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -687,6 +687,14 @@
'libraries': [
'-L/usr/local/lib -lexecinfo',
]},
+ }],
+ ['OS=="dragonflybsd"', {
+ 'link_settings': {
+ 'libraries': [
+ '-pthread',
+ ]},
+ }],
+ ['OS=="freebsd" or OS=="dragonflybsd"', {
'sources': [
'../../src/platform-freebsd.cc',
'../../src/platform-posix.cc'
« src/platform-freebsd.cc ('K') | « src/platform-freebsd.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698