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

Unified Diff: build/common.gypi

Issue 11094071: CL for building chomre/ARM for ubuntu precise Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: p Created 8 years, 2 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 | chrome-setup.sh » ('j') | 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 92dfe9189ad0d9f532f00e928ff27af58bd586d3..94b9d99cf1434992dce25cf0c23c7d3a5c8a0e5c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2648,7 +2648,7 @@
},
'ldflags': [
# Put our gold binary in the search path for the linker.
- '-B<(gold_path)',
+ '-B<(gold_path) -m32',
Roland McGrath 2012/10/11 18:04:05 Why do you think this is needed? -m32 already appe
robertm 2012/10/11 19:28:43 The problem is that I need to force the host compi
Roland McGrath 2012/10/11 20:00:35 If it's for the host, then shouldn't it be inside
],
}],
],
« no previous file with comments | « no previous file | chrome-setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698