New issue
Advanced search Search tips

Issue 808822 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 0
Type: Bug



Sign in to add a comment

[gcc] arm-none-abi-gcc build is broken

Project Member Reported by cmt...@chromium.org, Feb 3 2018

Issue description

Recent fix to libgcc has a mis-placed #endif, which is causing the arm-none-eabi-gcc build to fail, which has broken the chromiumos-sdk builder.

This needs to be fixed asap.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Feb 4 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/2fd0baca4dd18667641452385f4eeab5c0ab1054

commit 2fd0baca4dd18667641452385f4eeab5c0ab1054
Author: Caroline Tice <cmtice@google.com>
Date: Sun Feb 04 14:55:48 2018

[GCC] Fix recent break of arm-non-eabi-gcc build.

Recent GCC commit contains a mis-placed #endif in libgcc/emutls.c,
which is causing the arm-none-eabi-gcc build (and therefore the
chromiumos-sdk builder) to fail.  This CL fixes that.  This is a
temporary fix, until the GCC repo itself can be updated.

BUG= chromium:808822 
TEST=emerge of cross-arm-none-eabi/gcc without this change fails;
with this change it passes.

Change-Id: I555a8a6ce315d49ece851a364ba23db09ccb0789
Reviewed-on: https://chromium-review.googlesource.com/900448
Commit-Ready: Manoj Gupta <manojgupta@chromium.org>
Tested-by: Caroline Tice <cmtice@chromium.org>
Reviewed-by: Manoj Gupta <manojgupta@chromium.org>

[add] https://crrev.com/2fd0baca4dd18667641452385f4eeab5c0ab1054/sys-devel/gcc/files/fix-emutls.patch
[modify] https://crrev.com/2fd0baca4dd18667641452385f4eeab5c0ab1054/sys-devel/gcc/gcc-9999.ebuild

Status: Fixed (was: Assigned)

Comment 3 by cmt...@chromium.org, May 15 2018

Status: Verified (was: Fixed)

Sign in to add a comment