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

Unified Diff: build/v8-features.gypi

Issue 7396022: Revert "Make GYP build usable for day-to-day work" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 5 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 | « build/common.gypi ('k') | preparser/preparser.gyp » ('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 cb9b61ce93e69a57cf66cc0c2259e88522e0d65d..40374523ad56263ed2f50e7a5f0f932e1c796123 100644
--- a/build/v8-features.gypi
+++ b/build/v8-features.gypi
@@ -89,19 +89,6 @@
'USE_EABI_HARDFLOAT=1',
'CAN_USE_VFP_INSTRUCTIONS',
],
- 'cflags': [
- '-mfloat-abi=hard',
- ],
- }, {
- 'defines': [
- 'USE_EABI_HARDFLOAT=0',
- ],
- }],
- # The ARM assembler assumes the host is 32 bits,
- # so force building 32-bit host tools.
- [ 'host_arch=="x64"', {
- 'cflags': ['-m32'],
- 'ldflags': ['-m32'],
}],
],
}],
« no previous file with comments | « build/common.gypi ('k') | preparser/preparser.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698