Port-amiga archive

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

Re: does recompiling make sense?



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



Home | Main Index | Thread Index | Old Index