Subject: Re: problems after install
To: Adam Ciarcinski <adam@sonycom.com>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: port-amiga
Date: 09/29/2000 20:25:03
On Fri, Sep 29, 2000 at 10:55:55AM +0200, Adam Ciarcinski wrote:
> The kernel should already be optimized for 68060.  If you want binaries
> and/or packages to be well-optimized, add either to /etc/mk.conf
> 
> CFLAGS+=-O2 -m68020-60
> COPTS+=-m68020-60
> or
> CFLAGS+=-O2 -m68060
> COPTS+=-m68060

yes. and additionally:

M68060=1 in /etc/mk.conf, and build the libraries (especially libc) from
source. This will help for floating point intensive programs.

	-is