Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 8056) |
| +++ build/common.gypi (working copy) |
| @@ -298,6 +298,7 @@ |
| '-fno-exceptions', |
| '-Wall', |
| '-fPIC', |
| + '--sysroot=<(sysroot)', |
|
Mark Seaborn
2012/03/22 17:13:21
This is for building trusted code, right? Why thi
Nikolay
2012/03/23 11:35:20
Trusted code builds on ARM for me otherwise.
From
Nikolay
2012/03/26 13:29:56
Yep, I meant it doesn't. Maybe on buildbots openss
|
| ], |
| 'cflags_cc': [ |
| '--sysroot=<(sysroot)', |