Chromium Code Reviews| Index: icu.gyp |
| =================================================================== |
| --- icu.gyp (revision 28681) |
| +++ icu.gyp (working copy) |
| @@ -207,6 +207,15 @@ |
| 'public/i18n', |
| ], |
| }, |
| + 'conditions': [ |
| + ['target_arch=="arm"', { |
|
Antoine Labour
2009/11/13 19:20:17
could you add armv7!=1 ? I never had an issue on a
|
| + # When targetting ARMv5 with gcc-4.3 at -O2 (as well as O3 and O1) an |
| + # internal compiler error (ICE) is triggered in |
| + # source/i18n/rematch.cpp. The work around is to build this target |
| + # without specifying an optimisation level. |
| + 'cflags!': [ '-O1', '-O2', '-O3' ], |
| + }], |
| + ], |
| }, |
| { |
| 'target_name': 'icuuc', |