Chromium Code Reviews| Index: chrome/test/data/nacl/nacl_test_data.gyp |
| diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp |
| index a201a0511f85fcb07da09ce5900a2e64effe04bb..eecde31f26dbfe2798bc5e5f05ccc49e5e591a32 100644 |
| --- a/chrome/test/data/nacl/nacl_test_data.gyp |
| +++ b/chrome/test/data/nacl/nacl_test_data.gyp |
| @@ -1154,6 +1154,9 @@ |
| '-fprofile-generate', |
| '-finstrument-functions', |
| '-O2', |
| + # ARM GCC emits symbols like __aeabi_unwind_cpp_pr0 in |
| + # .exidx sections with this flag. |
| + '-funwind-tables', |
| ], |
| 'ldflags': [ |
| '-nostdlib', |