Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 01/30/1999 12:15:19
Module Name:	pkgsrc
Committed By:	is
Date:		Sat Jan 30 20:15:19 UTC 1999

Modified Files:
	pkgsrc/security/ssh: Makefile
Log Message:
Make the ssh package 68060 aware.
Like for the pgp2 package, we avoid 68020-40 tuned assembler code
that makes heavy use of the 32<->64bit mul or div, which is emulated
on the 68060.
Currently, we do this by using the --disable-asm configure option and
passing -m68060 to the compiler.
I couldn't figure out how to pass host=m68060--netbsd to the gmp
subconfigure. Even this way, there is a speedup of about 6 for the
sshd or ssh startup.
To enable, set M68060=yes in your /etc/mk.conf, when building this
package.