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

Unified Diff: tools/gyp/configurations_make.gypi

Issue 11316144: Remove output directory from library path on Linux. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« no previous file with comments | « runtime/bin/bin.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_make.gypi
diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
index 6900999a49a6a41f6bc5dd7d9076b1c474b2ecab..b4679b50aaaa360b03b26ecb3d5744d479967125 100644
--- a/tools/gyp/configurations_make.gypi
+++ b/tools/gyp/configurations_make.gypi
@@ -29,10 +29,6 @@
'-fvisibility-inlines-hidden',
'-fno-omit-frame-pointer',
],
- 'ldflags': [
- '-rdynamic',
- '-Wl,-rpath,<(PRODUCT_DIR)/lib.target',
- ],
},
'Dart_ia32_Base': {
@@ -57,9 +53,6 @@
'-mfloat-abi=softfp',
'-fno-strict-overflow',
],
- 'ldflags': [
- '-Wl,-rpath=<(arm_cross_libc)/usr/lib',
- ],
},
'Dart_Debug': {
« no previous file with comments | « runtime/bin/bin.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698