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

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: Address code review issues Created 4 years, 11 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
« no previous file with comments | « runtime/vm/virtual_memory_openbsd.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index b3df3205f088205a2139db9f08f132fe0eb227b9..1038dfeff9a0c0d106aeeab812bce6e11f13582d 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',
+ ],
+ },
+ }],
['OS=="android" and _toolset=="host"', {
'link_settings': {
'libraries': [
@@ -187,6 +201,13 @@
],
},
}],
+ ['OS=="openbsd"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lpthread',
+ ],
+ },
+ }],
['OS=="android" and _toolset=="host"', {
'link_settings': {
'libraries': [
« no previous file with comments | « runtime/vm/virtual_memory_openbsd.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698