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

Issue 428753002: Fix for ARM cross build with clang. (Closed)

Created:
6 years, 4 months ago by Sam Clegg
Modified:
6 years, 4 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Fix for ARM cross build with clang. This fixes an error building nacl_bootstrap_raw: /usr/bin/ld.bfd: unrecognised emulation mode: armelf_linux_eabi With the clang build we don't set CXX so 'compiler' was defaulting to 'g++' which doesn't support armelf_linux_eabi. BUG= https://code.google.com/p/chromium/issues/detail?id=395832 R=mseaborn@chromium.org Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=13584

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M src/trusted/service_runtime/linux/nacl_bootstrap.gyp View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sam Clegg
6 years, 4 months ago (2014-07-28 21:31:03 UTC) #1
Sam Clegg
Split out from previous change: https://codereview.chromium.org/411803002/
6 years, 4 months ago (2014-07-28 21:33:24 UTC) #2
Sam Clegg
This is now the only blocker on getting the ARM builder back up and running ...
6 years, 4 months ago (2014-08-05 09:23:04 UTC) #3
Mark Seaborn
OK, LGTM, thanks. Please set BUG= to a full issue URL so that Bugdroid works.
6 years, 4 months ago (2014-08-05 17:31:06 UTC) #4
Sam Clegg
6 years, 4 months ago (2014-08-06 08:39:33 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as 13584 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698