Subject: Re: Gcc 2.7.0
To: None <perry@imsi.com>
From: matthew green <mrg@mame.mu.OZ.AU>
List: current-users
Date: 06/20/1995 10:40:59
   The GCC 2.7.0 news file says:
   
   >Additional support for x86 (i386, i486, and Pentium):
   >
   >    Work with old and new linkers for Linux-based GNU systems,
   >        supporting both a.out and ELF.
   >    FreeBSD on x86.
   >    Stdcall convention.
   >    -malign-double, -mregparm=, -malign-loops= and -malign-jumps=  switches.
   >    On ISC systems, support -Xp like -posix.
   
   Someone ought to submit patches to them so that 2.7.1 supports NetBSD
   on most platforms out of the box.

um...

dynamo ~/gcc-2.7.0> grep -i netbsd configure | grep \\\)
	i[345]86-*-netbsd*)
	m68k-*-netbsd*)
	mips-dec-netbsd*)                  # Decstation running NetBSD
	ns32k-pc532-netbsd*)
	sparc-*-netbsd*)
	vax-*-netbsd*)

most of the platforms are supported already... even the vax..  :-)

.mrg.