Hi Mikael!
On Mon, 2023-05-22 17:25:39 +0200, Mikael Pettersson
wrote:
> On Mon, May 22, 2023 at 3:57 PM Jan-Benedict Glaw wrote:
> > On Mon, 2023-05-22 14:10:48 +0100, Maciej W. Rozycki
> > wrote:
> > > On Fri, 19 May 2023, Mikael Pettersson wrote:
> > > > The background is that I maintain a
On Mon, May 22, 2023 at 3:57 PM Jan-Benedict Glaw wrote:
>
> Hi!
>
> On Mon, 2023-05-22 14:10:48 +0100, Maciej W. Rozycki
> wrote:
> > On Fri, 19 May 2023, Mikael Pettersson wrote:
> > > The background is that I maintain a script to build GCC-based crosses to
> > > as many targets as I can, curr
Hi!
On Mon, 2023-05-22 14:10:48 +0100, Maciej W. Rozycki wrote:
> On Fri, 19 May 2023, Mikael Pettersson wrote:
> > The background is that I maintain a script to build GCC-based crosses to
> > as many targets as I can, currently it supports 78 distinct processors and
> > 82 triplets (four process
On Fri, 19 May 2023, Mikael Pettersson wrote:
> > Hmm, I find it quite insteresting and indeed encouraging that someone
> > actually verifies our VAX/Linux target.
> >
> > Mikael, how do you actually verify it however?
>
> My vax builds are only cross-compilers without kernel headers or libc.
On Fri, May 19, 2023 at 2:06 PM Maciej W. Rozycki wrote:
>
> On Sat, 29 Apr 2023, Jeff Law via Gcc-patches wrote:
>
> > > PR target/105525 is a build regression for the vax and lm32 linux
> > > targets present in gcc-12/13/head, where the builds fail due to
> > > unsatisfied references to __INTPTR
On Sat, 29 Apr 2023, Jeff Law via Gcc-patches wrote:
> > PR target/105525 is a build regression for the vax and lm32 linux
> > targets present in gcc-12/13/head, where the builds fail due to
> > unsatisfied references to __INTPTR_TYPE__ and __UINTPTR_TYPE__,
> > caused by these two targets failing
On 4/28/23 11:45, Mikael Pettersson via Gcc-patches wrote:
PR target/105525 is a build regression for the vax and lm32 linux
targets present in gcc-12/13/head, where the builds fail due to
unsatisfied references to __INTPTR_TYPE__ and __UINTPTR_TYPE__,
caused by these two targets failing to pr
PR target/105525 is a build regression for the vax and lm32 linux
targets present in gcc-12/13/head, where the builds fail due to
unsatisfied references to __INTPTR_TYPE__ and __UINTPTR_TYPE__,
caused by these two targets failing to provide glibc-stdint.h.
Fixed thusly, tested by building crosses,