Revision: 14292
Author:   [email protected]
Date:     Tue Apr 16 08:36:11 2013
Log:      More ARM GYP fixes

Review URL: https://codereview.chromium.org/13902014
http://code.google.com/p/v8/source/detail?r=14292

Modified:
 /branches/bleeding_edge/Makefile
 /branches/bleeding_edge/build/standalone.gypi

=======================================
--- /branches/bleeding_edge/Makefile    Tue Apr 16 08:17:27 2013
+++ /branches/bleeding_edge/Makefile    Tue Apr 16 08:36:11 2013
@@ -122,8 +122,6 @@
 else
 ifeq ($(armv7), true)
   GYPFLAGS += -Darmv7=1
-else
-  GYPFLAGS += -Darmv7=default
 endif
 endif
 # vfp2=off. Deprecated, use armfpu=
@@ -166,8 +164,6 @@
 else
 ifeq ($(armthumb), on)
   GYPFLAGS += -Darm_thumb=1
-else
-  GYPFLAGS += -Darm_thumb=default
 endif
 endif
 # armtest=on
=======================================
--- /branches/bleeding_edge/build/standalone.gypi       Tue Mar  5 01:28:48 2013
+++ /branches/bleeding_edge/build/standalone.gypi       Tue Apr 16 08:36:11 2013
@@ -76,9 +76,11 @@
       }],
     ],
     # Default ARM variable settings.
-    'armv7%': 1,
+    'armv7%': 'default',
     'arm_neon%': 0,
     'arm_fpu%': 'vfpv3',
+    'arm_float_abi%': 'default',
+    'arm_thumb': 'default',
   },
   'target_defaults': {
     'default_configuration': 'Debug',

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to