On Wed, Sep 1, 2021 at 7:09 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote:
> On 30/08/2021 14:01, Sebastian Huber wrote: > > Do not declare abort in "libgcc/unwind-arm-common.inc" since it is > already > > provided by "tsystem.h". It fixes the following build error: > > > > In file included from libgcc/config/arm/unwind-arm.c:144: > > libgcc/unwind-arm-common.inc:55:24: error: macro "abort" passed 1 > arguments, but takes just 0 > > 55 | extern void abort (void); > > > > libgcc/ > > > > * unwind-arm-common.inc (abort): Remove. > > Could someone please have a look at this patch. Currently, the arm build > with inhibit_libc is broken. > > I'm OK with it since it looks like what I proposed a couple of days ago :-) But I'm not a maintainer. Thanks, Christophe > -- > embedded brains GmbH > Herr Sebastian HUBER > Dornierstr. 4 > 82178 Puchheim > Germany > email: sebastian.hu...@embedded-brains.de > phone: +49-89-18 94 741 - 16 > fax: +49-89-18 94 741 - 08 > > Registergericht: Amtsgericht München > Registernummer: HRB 157899 > Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler > Unsere Datenschutzerklärung finden Sie hier: > https://embedded-brains.de/datenschutzerklaerung/ >