On Mon, Oct 23, 2023 at 6:41 PM Sergei Trofimovich wrote:
>
> On Mon, 23 Oct 2023 13:54:01 +0100
> Iain Sandoe wrote:
>
> > hi Sergei,
> >
> > > On 23 Oct 2023, at 13:43, Sergei Trofimovich wrote:
> > >
> > > From: Sergei Trofimovich
> > >
> > > To build `libc` for a target one needs to build `
On Mon, 23 Oct 2023 13:54:01 +0100
Iain Sandoe wrote:
> hi Sergei,
>
> > On 23 Oct 2023, at 13:43, Sergei Trofimovich wrote:
> >
> > From: Sergei Trofimovich
> >
> > To build `libc` for a target one needs to build `gcc` without `libc`
> > support first. Commit r14-4823-g8abddb187b3348 "libgc
hi Sergei,
> On 23 Oct 2023, at 13:43, Sergei Trofimovich wrote:
>
> From: Sergei Trofimovich
>
> To build `libc` for a target one needs to build `gcc` without `libc`
> support first. Commit r14-4823-g8abddb187b3348 "libgcc: support
> heap-based trampolines" added unconditional `libc` dependen
From: Sergei Trofimovich
To build `libc` for a target one needs to build `gcc` without `libc`
support first. Commit r14-4823-g8abddb187b3348 "libgcc: support
heap-based trampolines" added unconditional `libc` dependency and broke
libc-less `gcc` builds.
An example failure on `x86_64-unknown-linu