Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 193466) |
| +++ build/common.gypi (working copy) |
| @@ -2613,11 +2613,6 @@ |
| '-Wl,--gc-sections', |
| ], |
| }], |
| - ['OS=="linux" and target_arch=="ia32"', { |
| - 'ldflags': [ |
| - '-Wl,--no-as-needed', |
| - ], |
| - }], |
| ], |
| }, |
| 'Release_Base': { |
| @@ -3117,6 +3112,10 @@ |
| # Put our gold binary in the search path for the linker. |
| '-B<(gold_path)', |
| ], |
| + }, { |
| + 'ldflags': [ |
|
Paweł Hajdan Jr.
2013/04/12 19:42:13
It's hard to review changes in long and deeply nes
|
| + '-Wl,--no-as-needed', |
| + ], |
| }], |
| ], |
| }, |