Revision: 18620
Author:   [email protected]
Date:     Wed Jan 15 14:24:32 2014 UTC
Log: Revert "Make it possible to compile d8 for the host toolset as well" and "For V8, only build d8 on target"

This reverts commits r18618 and r18619 for breaking arm compilation.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/build/all.gyp
 /branches/bleeding_edge/src/d8.gyp

=======================================
--- /branches/bleeding_edge/build/all.gyp       Wed Jan 15 14:00:29 2014 UTC
+++ /branches/bleeding_edge/build/all.gyp       Wed Jan 15 14:24:32 2014 UTC
@@ -9,7 +9,7 @@
       'type': 'none',
       'dependencies': [
         '../samples/samples.gyp:*',
-        '../src/d8.gyp:d8#target',
+        '../src/d8.gyp:d8',
         '../test/cctest/cctest.gyp:*',
       ],
       'conditions': [
=======================================
--- /branches/bleeding_edge/src/d8.gyp  Wed Jan 15 13:55:09 2014 UTC
+++ /branches/bleeding_edge/src/d8.gyp  Wed Jan 15 14:24:32 2014 UTC
@@ -49,11 +49,6 @@
         'd8.cc',
       ],
       'conditions': [
-        [ 'want_separate_host_toolset==1', {
-          'toolsets': ['host', 'target'],
-        }, {
-          'toolsets': ['target'],
-        }],
         [ 'console=="readline"', {
           'libraries': [ '-lreadline', ],
           'sources': [ 'd8-readline.cc' ],

--
--
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