Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 13179c5da8ee016f3acb36e2698539c2573eccb8..f162a72141c81ea66fcf4ab93d24cb14dc6c1c24 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1767,7 +1767,7 @@ |
| 'arm_fpu%': 'vfpv3-d16', |
| }], |
| ], |
| - 'arm_float_abi%': 'softfp', |
| + 'arm_float_abi%': 'hard', |
|
Sam Clegg
2013/10/28 17:20:09
Really I would have liked to remove this line comp
ghost stip (do not use)
2013/10/28 18:17:02
Looking at http://gcc.gnu.org/onlinedocs/gcc/ARM-O
|
| 'arm_thumb%': 1, |
| }], |