On Wed, Apr 16, 2003 at 11:49:45AM +1000, Kevin Ryde wrote: > "Christian T. Steigies" <[EMAIL PROTECTED]> writes: > > > > ssh2 and libssl and whatever is needed for that would benefit _a lot_ from > > some 060 improvements. ssh2 is basically unusable on 060 boxes, it takes > > minutes to connect... didn't one of the Richard's play with that some time > > ago? > > I forget who it was, it might have been about sparc though, where the > v8 code was/is a lot faster than the default v7. > > Incidentally, if anyone wants to write some good, fast, well-tested > asm code for gmp on 68060 it'd be gratefully received.
simply using the CFLAGS for the correct machine version would be a vast improvement. Iirc the problem with ssh is that it uses OpenSSL which ignores any usefull CFLAGS settings and thus produces unusable code. I got it fixed by making gcc producing m68060 code by default. > I guess as a minimum the gmp configs ought to select the 68000 code in > preference to the 68020 when building for 060. with gmp you can do ./configure (m68060-linux|m68020-linux) and it ought to do the right thing. Richard