X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=config;h=df973edddcd5874214b3ceb58e740a95754aa7cf;hb=401cd0af0f0bb97912a7f0f90c96e8e73fcb4681;hp=d1ca5452daeed7dfb668f8bc54f0f9bd708c2b06;hpb=b44e425f391a7a0be6f03caaf7eb5664b77bb2e8;p=openssl.git diff --git a/config b/config index d1ca5452da..df973edddc 100755 --- a/config +++ b/config @@ -344,6 +344,13 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in exit 0 ;; + *"CRAY T3E") + echo "t3e-cray-unicosmk"; exit 0; + ;; + + *CRAY*) + echo "j90-cray-unicos"; exit 0; + ;; esac # @@ -688,6 +695,8 @@ EOF mips-sony-newsos4) OUT="newsos4-gcc" ;; *-*-cygwin_pre1.3) OUT="Cygwin-pre1.3" ;; *-*-cygwin) OUT="Cygwin" ;; + t3e-cray-unicosmk) OUT="cray-t3e" ;; + j90-cray-unicos) OUT="cray-j90" ;; *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;; esac