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

Unified Diff: tools/gyp/configurations_make.gypi

Issue 16638009: Use gnueabihf for ARM + enabled corelib/isolate/lib/standalone tests on ARM again (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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
« tests/standalone/standalone.status ('K') | « tools/build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_make.gypi
diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
index adcbbdfbb2554bb60e10536f72750897b67b6975..ba2445a7b02f1717aca09ab92cf11d0390fc561c 100644
--- a/tools/gyp/configurations_make.gypi
+++ b/tools/gyp/configurations_make.gypi
@@ -51,7 +51,6 @@
'-marm',
'-march=armv7-a',
'-mfpu=vfp',
- '-mfloat-abi=softfp',
'-Wno-psabi', # suppresses va_list warning
'-fno-strict-overflow',
],
« tests/standalone/standalone.status ('K') | « tools/build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698