ulf> For BSD/386, FreeBSD and NetBSD there are two entries each:
ulf> 
ulf>     FreeBSD:*:*:*486*)
ulf>         echo "i486-whatever-freebsd"; exit 0
ulf>         ;;
ulf> 
ulf>     FreeBSD:*)
ulf>         echo "${MACHINE}-whatever-freebsd"; exit 0
ulf>         ;;
ulf> 
ulf> It seems that uname -m always returns i386. That would cause a
ulf> Pentium to be mistaken for a 386. How do you get the CPU version
ulf> on BSD?

There are talks that FreeBSD will be ported to a couple of other
achitectures (I currently don't remember whic, Alpha or Sparc or
something else...).  I would say that is reason enough to keep the
second case.

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-161 43  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to