Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index 81909f19a865818cb6b4c6a17232ecdec091cbe3..cb5e1330397b4cc3ffe134ad2e5df1dd134e8a29 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -79,10 +79,6 @@ |
| '-fno-exceptions', '-pedantic' ], |
| 'ldflags': [ '-pthread', ], |
| 'conditions': [ |
| - [ 'target_arch=="ia32"', { |
| - 'cflags': [ '-m32' ], |
| - 'ldflags': [ '-m32' ], |
| - }], |
| [ 'OS=="linux"', { |
| 'cflags': [ '-ansi' ], |
| }], |