Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Issue 1464583004: Prepare switching arm cross-compile to ninja. (Closed)

Created:
5 years, 1 month ago by Michael Achenbach
Modified:
5 years ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Prepare switching arm cross-compile to ninja. BUG=chromium:534332 LOG=n TBR=jochen@chromium.org NOTREECHECKS=true Committed: https://crrev.com/321c4ace97d0398807e6c166e8300e0255a6e622 Cr-Commit-Position: refs/heads/master@{#32133}

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M build/standalone.gypi View 1 chunk +10 lines, -0 lines 5 comments Download

Messages

Total messages: 25 (10 generated)
Michael Achenbach
PTAL
5 years, 1 month ago (2015-11-20 08:02:04 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1464583004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1464583004/1
5 years, 1 month ago (2015-11-20 08:02:08 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-20 08:20:48 UTC) #7
Michael Achenbach
TBR
5 years, 1 month ago (2015-11-20 08:21:13 UTC) #9
kjellander_chromium
lgtm with question https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi#newcode1218 build/standalone.gypi:1218: ['OS=="linux" and target_arch=="arm" and host_arch!="arm" and ...
5 years, 1 month ago (2015-11-20 08:23:47 UTC) #10
Michael Achenbach
https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi#newcode1218 build/standalone.gypi:1218: ['OS=="linux" and target_arch=="arm" and host_arch!="arm" and clang==0', { On ...
5 years, 1 month ago (2015-11-20 08:26:02 UTC) #11
Michael Achenbach
On 2015/11/20 08:26:02, Michael Achenbach wrote: > https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi > File build/standalone.gypi (right): > > https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi#newcode1218 ...
5 years, 1 month ago (2015-11-20 08:27:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1464583004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1464583004/1
5 years, 1 month ago (2015-11-20 08:27:28 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1464583004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1464583004/1
5 years, 1 month ago (2015-11-20 08:44:32 UTC) #18
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-11-20 08:45:43 UTC) #19
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/321c4ace97d0398807e6c166e8300e0255a6e622 Cr-Commit-Position: refs/heads/master@{#32133}
5 years, 1 month ago (2015-11-20 08:46:13 UTC) #20
Jakob Kummerow
https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi#newcode1218 build/standalone.gypi:1218: ['OS=="linux" and target_arch=="arm" and host_arch!="arm" and clang==0', { On ...
5 years, 1 month ago (2015-11-20 09:52:37 UTC) #21
martyn.capewell
https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi#newcode1222 build/standalone.gypi:1222: ['CC', '<!(which arm-linux-gnueabihf-gcc)'], Does this work if arm-linux-gnueabihf-gcc isn't ...
5 years ago (2015-11-24 11:56:55 UTC) #23
Michael Achenbach
https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1464583004/diff/1/build/standalone.gypi#newcode1222 build/standalone.gypi:1222: ['CC', '<!(which arm-linux-gnueabihf-gcc)'], On 2015/11/24 11:56:55, martyn.capewell wrote: > ...
5 years ago (2015-11-24 12:27:31 UTC) #24
martyn.capewell
5 years ago (2015-11-24 13:34:03 UTC) #25
Message was sent while issue was closed.
On 2015/11/24 12:27:31, Michael Achenbach wrote:

> Do you use make or ninja? If you use make, we could add
"<(GENERATOR)"=="ninja"
> to the conditions as a work-around.

I'm using make, via tools/cross_build_gcc.sh, and currently working around it
using dummy arm-linux-gnueabihf-gcc executable files to make the 'which' work.

The external CC is available to gyp after this point, it's just the 'which'
exiting with status 1 (command not found) when there's no tools in the path
already that causes a failure.

Powered by Google App Engine
This is Rietveld 408576698