On Tue, Feb 05, 2002 at 06:42:08PM -0600, Wendy Palm wrote:
> --- config.orig Mon Feb 4 16:12:43 2002
> +++ config Tue Feb 5 16:01:09 2002
> @@ -302,6 +302,13 @@
> echo "${MACHINE}-whatever-cygwin32"; exit 0
> ;;
>
> + *"CRAY T3E")
> + echo "cray-t3e"; exit 0;
> + ;;
> +
> + *CRAY*)
> + echo "cray-t90"; exit 0;
> + ;;
> esac
>
> #
> @@ -562,6 +569,8 @@
> mips-sony-newsos4) OUT="newsos4-gcc" ;;
> *-*-cygwin32) OUT="CygWin32"
> options="$options no-threads no-asm" ;;
> + cray-t90) OUT="cray-t90" ;;
> + cray-t3e) OUT="cray-t3e" ;;
> *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
> esac
I wanted to commit this patch, but I noticed that it breaks the naming
scheme that links the two parts of 'config'. Note that names always
have three components separated by hyphens. While things are not
totally consistent, the general pattern usually is
machine-manufacturer-os
or
machine-architecture-os.
Please try to come up with a naming that matches the rest of 'config'
as close as possible.
--
Bodo M�ller <[EMAIL PROTECTED]>
PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
* TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
* Tel. +49-6151-16-6628, Fax +49-6151-16-6036
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]