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

Unified Diff: build/common.gypi

Issue 12633012: Linux: use -Wl,--no-as-needed on 32-bit builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 4aac66f8e7f304d0888a0ce46efa52d8d33e214e..d6144fcd590497a97600a17bd82226d1b1ba0a05 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2536,6 +2536,11 @@
'-Wl,--gc-sections',
],
}],
+ ['OS=="linux" and target_arch=="ia32"', {
Lei Zhang 2013/03/12 01:19:22 This should be conditioned on linux_use_gold_binar
+ 'ldflags': [
+ '-Wl,--no-as-needed',
+ ],
+ }],
],
},
'Release_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