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

Unified Diff: runtime/dart-runtime.gyp

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Replace // FIXME with // TODO(mulander) 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
Index: runtime/dart-runtime.gyp
diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
index fd3701e4dacea40a2238baed1af1a20a6af8511e..2ec4eecf07bb0157dd42b185d893ca66baebd888 100644
--- a/runtime/dart-runtime.gyp
+++ b/runtime/dart-runtime.gyp
@@ -192,6 +192,11 @@
'-fPIC',
],
}],
+ ['OS=="openbsd"', {
+ 'cflags': [
+ '-fPIC',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698