diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 08:11:36 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 08:11:36 +0000 |
commit | 89bedbad604d712dee998aed691646eb8393e039 (patch) | |
tree | 1a7f890622a110212da23f8bee2398596db53731 /build | |
parent | d72d935c39509f9e8531ca6f020fd278383eac8a (diff) | |
download | chromium_src-89bedbad604d712dee998aed691646eb8393e039.zip chromium_src-89bedbad604d712dee998aed691646eb8393e039.tar.gz chromium_src-89bedbad604d712dee998aed691646eb8393e039.tar.bz2 |
Disable 'd8' on Linux until we get readline everywhere.
Review URL: http://codereview.chromium.org/57046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/temp_gyp/v8.gyp | 17 |
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. { |