Subject: Re: NetBSD-current on Amiga?
To: John Klos <john@ziaspace.com>
From: Ignatios Souvatzis <is@netbsd.org>
List: port-amiga
Date: 09/09/2006 12:04:27
On Fri, Sep 08, 2006 at 11:53:15AM -0700, John Klos wrote:
> > I'm looking at it, and will hopefully figure out what the problem is and
> >fix it for the 4.0 release.
> 
> It's apparently some default in gcc which has changed. Perhaps -m68020 
> needs to be explicitely set as the default so that 64 bit operations are 
> not generated. The alternative of making -68060 sets isn't very tidy. But 
> if anyone wants -m68060 built sets, please let me know.

Note: You got it the wrong way round. 68020, 68030 and 68040 implement
32x32->64bit multiplication and 64/32->32bit division in hardware,
68060 doesn't.

But as Michael wrote: the problem is likely elsewhere.
	-is