Index: build/android.gypi |
diff --git a/build/android.gypi b/build/android.gypi |
index 098109eb3ed751307c058079213363e0fe067acb..e5b87198097646058064c22ecfe320f81b02610d 100644 |
--- a/build/android.gypi |
+++ b/build/android.gypi |
@@ -265,15 +265,8 @@ |
}], # _toolset=="target" |
# Settings for building host targets using the system toolchain. |
['_toolset=="host"', { |
- 'conditions': [ |
- ['target_arch=="x64"', { |
- 'cflags': [ '-m64', '-pthread' ], |
- 'ldflags': [ '-m64', '-pthread' ], |
- }, { |
- 'cflags': [ '-m32', '-pthread' ], |
- 'ldflags': [ '-m32', '-pthread' ], |
- }], |
- ], |
+ 'cflags': [ '-pthread' ], |
+ 'ldflags': [ '-pthread' ], |
'ldflags!': [ |
'-Wl,-z,noexecstack', |
'-Wl,--gc-sections', |