Subject: Re: Still toolchain mysteries
To: matthew green <mrg@eterna.com.au>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 10/28/2000 11:19:23
> 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