> adding this to usr.bin/gawk/Makefile works around the problem:
>
> .if (${MACHINE_ARCH} == "sparc64")
> CFLAGS+= -msoft-quad-float
> .endif
Could we commit this and add a HACKS entry until the toolchain is able
to build awk with real floats?
Martin