Reviewers: jochen,

Message:
PTAL

Description:
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]

Please review this at https://codereview.chromium.org/139273004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -6 lines):
  M build/all.gyp
  M src/d8.gyp


Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index a9fcc6ddcc4af7c9f619c15ac4f4d47e44de3bf1..5fbd8c28e77fddc5bf4b0c59984cfed1f2f02cde 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -9,7 +9,7 @@
       'type': 'none',
       'dependencies': [
         '../samples/samples.gyp:*',
-        '../src/d8.gyp:d8#target',
+        '../src/d8.gyp:d8',
         '../test/cctest/cctest.gyp:*',
       ],
       'conditions': [
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index ec71ca2fcfd29bc1d94fd470f8c41c68d8515f61..bc1dedca0fe0bf6e5ba282d0d1e10dd3302f6ef1 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -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