Chromium Code Reviews| 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
|
| ], |
| }], |
| ], |