Subject: Re: does recompiling make sense?
To: None <port-amiga@NetBSD.ORG>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 11/08/1999 22:30:38
On Mon, Nov 08, 1999 at 03:14:25PM +0100, Torsten Bücheler wrote:
> I just upgraded to 1.4.1 and installed some precompiled binaries
> as well. Makes it any sense (speed up?) to recompile the sources
> of the binaries on my system (A4000 / 060)?
> Or never change a running system?
"depends". For most people, it won't be worth the effort.
However, you want to make sure that
- ssh and pgp are compiled for 68060 support, if you use them a lot
- libm as well floating-point-intensive programs are compiled for M68060
support.
For the ssh and pgp "pkg"es, add the line
M68060=yes
to your /etc/mk.conf, and rebuild them.
For libm and libc, add the lines
COPTS+=-m68060 -pipe -Wa,-m68040
M68060=yes
Regards,
-is