Subject: Re: CVS commit: src/distrib/sets/lists/comp
To: Jason Thorpe <thorpej@wasabisystems.com>
From: Thomas Klausner <wiz@NetBSD.org>
List: source-changes
Date: 10/26/2003 02:09:13
On Sat, Oct 25, 2003 at 05:07:31PM -0700, Jason Thorpe wrote:
> On Saturday, October 25, 2003, at 03:34  PM, Charles M. Hannum wrote:
> 
> >
> >Module Name:	src
> >Committed By:	mycroft
> >Date:		Sat Oct 25 22:34:03 UTC 2003
> >
> >Modified Files:
> >	src/distrib/sets/lists/comp: md.sun2 obsolete.sun2
> >
> >Log Message:
> >Whoops, this is a (well, the only) m68000 platform, and is still using 
> >GCC 2.95.
> 
> Why?  The m68010-netbsdelf target in GCC 3.3 should work fine.

Probably because bsd.own.mk still says:
# Transitional for toolchain upgrade to GCC3.3
#
# not working:
#
#    ${MACHINE_ARCH} == "m68000" ||
...

Cheers,
 Thomas