On Sun, 2022-09-04 18:04:17 +0100, Andrew Burgess wrote: > * Jan-Benedict Glaw [2022-09-03 08:57:32 +0200]: > > On Mon, 2022-04-04 22:46:32 +0100, Andrew Burgess via Gdb-patches wrote: > > > Sorry for the breakage, and thank you for your understanding. > > > > .../configure --prefix=... --target=sparc-linux > > make V=1 all-gdb > > /var/cache/git/binutils-gdb/sim/erc32/interf.c:247: undefined reference to `fprintf_styled' > > collect2: error: ld returned 1 exit status > > make[1]: *** [Makefile:2142: gdb] Error 1 > > make[1]: Leaving directory '/tmp/sparc/b/gdb' > > make: *** [Makefile:13193: all-gdb] Error 2 > > Thanks for pointing this out. > > I pushed the patch below which should fix this problem. Let me know > if you still have any problems with the build. Fixes all affected / tested targets. Thanks! Jan-Benedict --