my apologies. i neglected to include the second half.
here is the entire modification.---
--- 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
Wendy Palm wrote:
>
> please add to config. currently, we need to run "Configure cray-t3e"
> or "Configure cray-t90-cc". this patch would allow sites to just
> run the same config line they do for other archs.
>
> thanks much.
>
> --- config.orig Mon Feb 4 16:21:40 2002
> +++ config Mon Feb 4 16:24:04 2002
> @@ -336,6 +336,14 @@
> echo "${MACHINE}-whatever-cygwin32"; exit 0
> ;;
>
> + *:"CRAY T3E")
> + echo "cray-t3e"; exit 0;
> + ;;
> +
> + *CRAY*)
> + echo "cray-t90-cc"; exit 0;
> + ;;
> +
> esac
>
> #
>
> --
> wendy palm
> Cray OS Sustaining Engineering, Cray Inc.
> [EMAIL PROTECTED], 651-605-9154
--
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
[EMAIL PROTECTED], 651-605-9154
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]