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

Unified Diff: Makefile

Issue 264593002: ARM: update defaults for flags (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 | build/toolchain.gypi » ('j') | build/toolchain.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index a99b09c070504680ab1634aa771cb78ddd4e3383..6128a557e44ba3d5dc0bbd6f917255af0084df2f 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,7 @@ ifeq ($(hardfp),off)
GYPFLAGS += -Darm_float_abi=softfp
endif
endif
-# armneon=on/off
+# armneon=on/off. Deprecated, use armfpu=
Benedikt Meurer 2014/05/02 06:51:52 I'd rather remove it completely...
vincent.belliard 2014/05/06 13:01:49 Done.
ifeq ($(armneon), on)
GYPFLAGS += -Darm_neon=1
endif
@@ -201,7 +201,8 @@ endif
# armtest=on
# With this flag set, by default v8 will only use features implied
# by the compiler (no probe). This is done by modifying the default
-# values of enable_armv7, enable_vfp2, enable_vfp3 and enable_32dregs.
+# values of enable_armv7, enable_vfp2, enable_vfp3, enable_32dregs
+# and enable_neon.
# Modifying these flags when launching v8 will enable the probing for
# the specified values.
# When using the simulator, this flag is implied.
« no previous file with comments | « no previous file | build/toolchain.gypi » ('j') | build/toolchain.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698