Re: [Patch] gcc/configure.ac: Fix cross build by using $(CFLAGS-$@) [PR100598]

2021-05-18 Thread Richard Biener via Gcc-patches
On Fri, May 14, 2021 at 8:44 PM Tobias Burnus wrote: > > Fixes the build fail: > ../../gcc/genversion.c:37:20: error: ‘BASEVER’ was not declared in this scope > char basever[] = BASEVER; > when doing a cross compilation. > > Cf. patch for details. > OK for mainline? OK. Richard. > (The runs

[Bootstrap] *PING* Re: [Patch] gcc/configure.ac: Fix cross build by using $(CFLAGS-$@) [PR100598]

2021-05-17 Thread Tobias Burnus
Early *PING* for this bootstrap issue; in the PR, it affected a Linux to mingw64 cross build. Here, it affects x86-64 → PowerPC Linux builds, which builds with the patch applied. On 14.05.21 16:19, Tobias Burnus wrote: Fixes the build fail: ../../gcc/genversion.c:37:20: error: ‘BASEVER’ was not