Re: tweaks needed for 10 branch

2023-07-12 Thread Andrew Cagney
On Tue, 11 Jul 2023 at 16:03, matthew green wrote: > > can you try commenting/removing this line (@L44 in -current) in > external/gpl3/gcc/usr.bin/Makefile.inc: > >CXXFLAGS+= -std=gnu++98 > > i started seeing at least the gcc.c failure with GCC 10.5, and it > seems that the upstream build

re: tweaks needed for 10 branch

2023-07-11 Thread matthew green
can you try commenting/removing this line (@L44 in -current) in external/gpl3/gcc/usr.bin/Makefile.inc: CXXFLAGS+= -std=gnu++98 i started seeing at least the gcc.c failure with GCC 10.5, and it seems that the upstream build doesn't use this by default now, and removing it fixed the build

Re: tweaks needed for 10 branch

2023-07-10 Thread Andrew Cagney
On Sun, 2 Jul 2023 at 11:54, Jason Thorpe wrote: > > > > > On Jul 2, 2023, at 7:41 AM, Martin Husemann wrote: > > > > On Sat, Jul 01, 2023 at 05:47:53PM -0400, Andrew Cagney wrote: > >> just fyi, had to tweak this when building; to be honest I'm a bit puzzled > > > > Yes, puzzling - it is not

Re: tweaks needed for 10 branch

2023-07-02 Thread Jason Thorpe
> On Jul 2, 2023, at 7:41 AM, Martin Husemann wrote: > > On Sat, Jul 01, 2023 at 05:47:53PM -0400, Andrew Cagney wrote: >> just fyi, had to tweak this when building; to be honest I'm a bit puzzled > > Yes, puzzling - it is not clear what standard apple tools default to > after latest

Re: tweaks needed for 10 branch

2023-07-02 Thread Martin Husemann
On Sat, Jul 01, 2023 at 05:47:53PM -0400, Andrew Cagney wrote: > just fyi, had to tweak this when building; to be honest I'm a bit puzzled Yes, puzzling - it is not clear what standard apple tools default to after latest updates. The easy fix is to use HOST_CFLAGS= (or is it HOST_CXXFLAGS?)

tweaks needed for 10 branch

2023-07-01 Thread Andrew Cagney
just fyi, had to tweak this when building; to be honest I'm a bit puzzled Index: external/apache2/llvm/dist/llvm/include/llvm/Support/Signals.h === RCS file: