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

Unified Diff: runtime/vm/vm.gypi

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 12 months 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
Index: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index b3df3205f088205a2139db9f08f132fe0eb227b9..eef6579f19715754218310d55678b0ec05666d07 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -70,6 +70,13 @@
],
},
}],
+ ['OS=="openbsd"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lpthread',
+ ],
+ },
+ }],
['OS=="win"', {
'sources/' : [
['exclude', 'gdbjit.cc'],
@@ -124,6 +131,13 @@
],
},
}],
+ ['OS=="openbsd"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lpthread',
+ ],
+ },
+ }],
ricow1 2016/01/05 07:36:45 trailing whitespace
mulander 2016/01/05 16:13:49 Acknowledged.
mulander 2016/01/05 16:13:49 Done.
['OS=="android" and _toolset=="host"', {
'link_settings': {
'libraries': [
@@ -187,6 +201,13 @@
],
},
}],
+ ['OS=="openbsd"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lpthread',
+ ],
+ },
+ }],
ricow1 2016/01/05 07:36:45 trailing whitespace
mulander 2016/01/05 16:13:49 Acknowledged.
mulander 2016/01/05 16:13:49 Done.
['OS=="android" and _toolset=="host"', {
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698