summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/temp_gyp')
-rw-r--r--build/temp_gyp/v8.gyp17
1 files changed, 10 insertions, 7 deletions
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp
index 34a365b..a44a266 100644
--- a/build/temp_gyp/v8.gyp
+++ b/build/temp_gyp/v8.gyp
@@ -455,6 +455,11 @@
}],
],
},
+ ],
+
+ 'conditions': [ ['OS!="linux"', { 'targets': [
+ # TODO(sgk): temporarily disable 'd8' target on Linux while
+ # we work out getting the readline library on all the systems.
{
'target_name': 'd8',
'type': 'executable',
@@ -485,13 +490,11 @@
}],
],
},
- ],
-
- # TODO(sgk): temporarily disable the arm targets on Linux while
- # we work out how to refactor the generator and/or add configuration
- # settings to the .gyp file to handle building both variants in
- # the same output directory.
- 'conditions': [ ['OS!="linux"', { 'targets': [
+ # TODO(sgk): temporarily disable the arm targets on Linux while
+ # we work out how to refactor the generator and/or add configuration
+ # settings to the .gyp file to handle building both variants in
+ # the same output directory.
+ #
# ARM targets, to test ARM code generation. These use an ARM simulator
# (src/simulator-arm.cc). The ARM targets are not snapshot-enabled.
{