Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems after install



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



Home | Main Index | Thread Index | Old Index