On Sat, Feb 25, 2023 at 04:11:52PM +0100, Theo Buehler wrote: > > > http://build-failures.rhaalovely.net/aarch64/2023-02-22/devel/riscv-elf/gcc.log > > This fails to build if lang/gcc/8 is installed because it picks up the > old ansidecl.h which misses a few #defines. > > One option is to define the missing ones away. Defining them to the > right thing is harder since they are passed through several shells, so > getting the quoting right is tricky. > > Hopefully someone else has a better idea.
Today I tried to install devel/riscv-elf/gcc on amd64 and encountered the same error. I confirm that your diff fixes the problem, thanks.