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/configurations.gypi

Issue 15293005: Add '-static' to ldflags when target architecture is ARM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations.gypi
diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi
index f6b1ed0f4aa38256e1c199d51d0b4118e14f4295..0274ad0b195f8140fdc99d5bed6967c361f9a268 100644
--- a/tools/gyp/configurations.gypi
+++ b/tools/gyp/configurations.gypi
@@ -55,6 +55,11 @@
'defines': [
'TARGET_ARCH_ARM',
],
+ 'target_conditions': [
+ ['_toolset=="target" ', {
+ 'ldflags': ['-static'],
zra 2013/05/17 15:56:37 I think we'll only be cross-compiling on Linux for
kustermann 2013/05/17 16:05:33 Good point. I thought people might use ninja on li
+ }]
+ ],
},
'Dart_simmips_Base': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698