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

Issue 8364019: Activate IRT building on ARM for NaCl. (Closed)

Created:
9 years, 2 months ago by jasonwkim
Modified:
9 years, 2 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Activate IRT building on ARM for NaCl. In order for this to be on for real, the PNaCl toolchain still needs to available Since NaCl is still turned off by default on ARM, this code should be a no-op for all other cases. This also moves the compilation a step forward for ARM. There is a bootstrap dependency on memset on ARM - so SYSROOT on the ChromiumOS chroot is required to gain access to libc. R=bradnelson,robertm BUG=http://code.google.com/p/chromium/issues/detail?id=61695 BUG=http://code.google.com/p/chromium/issues/detail?id=38909 BUG=http://code.google.com/p/nativeclient/issues/detail?id=135 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106982

Patch Set 1 #

Total comments: 8

Patch Set 2 : nits #

Patch Set 3 : typo #

Total comments: 2

Patch Set 4 : 80col #

Patch Set 5 : try again #

Patch Set 6 : try again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -7 lines) Patch
M chrome/build_nacl_irt.py View 1 2 3 1 chunk +24 lines, -7 lines 0 comments Download
M chrome/nacl.gypi View 1 2 3 4 5 3 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jasonwkim
PTAL
9 years, 2 months ago (2011-10-20 21:32:11 UTC) #1
noelallen_use_chromium
I have some questions about your use of "arm" vs "arm-thumb2" and how this affects ...
9 years, 2 months ago (2011-10-21 00:16:51 UTC) #2
jasonwkim
PTAL http://codereview.chromium.org/8364019/diff/1/chrome/build_nacl_irt.py File chrome/build_nacl_irt.py (right): http://codereview.chromium.org/8364019/diff/1/chrome/build_nacl_irt.py#newcode166 chrome/build_nacl_irt.py:166: platform2 = {'arm': 'pnacl', 'x86-32': 'i686', 'x86-64': 'x86_64'}.get(platform, ...
9 years, 2 months ago (2011-10-21 20:16:56 UTC) #3
bradn
Otherwise LGTM http://codereview.chromium.org/8364019/diff/5001/chrome/build_nacl_irt.py File chrome/build_nacl_irt.py (right): http://codereview.chromium.org/8364019/diff/5001/chrome/build_nacl_irt.py#newcode184 chrome/build_nacl_irt.py:184: '../native_client/scons-out/nacl_irt-' + platform + '/staging/irt.nexe', >80 http://codereview.chromium.org/8364019/diff/5001/chrome/build_nacl_irt.py#newcode192 ...
9 years, 2 months ago (2011-10-24 19:20:07 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jasonwkim@google.com/8364019/8001
9 years, 2 months ago (2011-10-24 19:26:16 UTC) #5
commit-bot: I haz the power
Commit queue patch verification failed without an error message. Something went wrong, probably a crash, ...
9 years, 2 months ago (2011-10-24 19:41:13 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jasonwkim@google.com/8364019/9003
9 years, 2 months ago (2011-10-24 20:05:08 UTC) #7
commit-bot: I haz the power
Try job failure for 8364019-9003 on linux_rel for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=3098 Step "update" is always ...
9 years, 2 months ago (2011-10-24 20:08:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jasonwkim@google.com/8364019/12001
9 years, 2 months ago (2011-10-24 20:14:41 UTC) #9
commit-bot: I haz the power
9 years, 2 months ago (2011-10-24 21:55:04 UTC) #10
Change committed as 106982

Powered by Google App Engine
This is Rietveld 408576698