Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3245)

Unified Diff: build/v8-features.gypi

Issue 7622007: Merge revision 8894 from bleeding_edge (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/v8-features.gypi
diff --git a/build/v8-features.gypi b/build/v8-features.gypi
index 099c8f429dff7e9a38d0e14b948d37ba20a0f455..45235db08d0c3b67e863ab7a4558e3ec28fac89a 100644
--- a/build/v8-features.gypi
+++ b/build/v8-features.gypi
@@ -97,12 +97,6 @@
'USE_EABI_HARDFLOAT=0',
],
}],
- # The ARM assembler assumes the host is 32 bits,
- # so force building 32-bit host tools.
- [ 'host_arch=="x64" and _toolset=="host "', {
- 'cflags': ['-m32'],
- 'ldflags': ['-m32'],
- }],
],
}],
['v8_target_arch=="ia32"', {
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698