From: Bodo Möller Date: Fri, 15 Mar 2002 16:47:23 +0000 (+0000) Subject: Rename 'cray-t90-cc' into 'cray-j90'. X-Git-Tag: OpenSSL_0_9_6d-beta1~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ba5541e1adba8c4a9d67f787c614a0334988fbcf;p=oweals%2Fopenssl.git Rename 'cray-t90-cc' into 'cray-j90'. Add to 'config'. --- diff --git a/Configure b/Configure index add0a6cc49..2296f41870 100755 --- a/Configure +++ b/Configure @@ -396,7 +396,7 @@ my %table=( "aix43-gcc", "gcc:-O3 -DAIX -DB_ENDIAN::(unknown)::BN_LLONG RC4_CHAR::::::::::dlfcn:", # -# Cray T90 (SDSC) +# Cray T90 and similar (SDSC) # It's Big-endian, but the algorithms work properly when B_ENDIAN is NOT # defined. The T90 ints and longs are 8 bytes long, and apparently the # B_ENDIAN code assumes 4 byte ints. Fortunately, the non-B_ENDIAN and @@ -406,7 +406,10 @@ my %table=( #'Taking the address of a bit field is not allowed. ' #'An expression with bit field exists as the operand of "sizeof" ' # (written by Wayne Schroeder ) -"cray-t90-cc", "cc: -DBIT_FIELD_LIMITS -DTERMIOS::(unknown)::SIXTY_FOUR_BIT_LONG DES_INT:::", +# +# j90 is considered the base machine type for unicos machines, +# so this configuration is now called "cray-j90" ... +"cray-j90", "cc: -DBIT_FIELD_LIMITS -DTERMIOS::(unknown)::SIXTY_FOUR_BIT_LONG DES_INT:::", # # Cray T3E (Research Center Juelich, beckman@acl.lanl.gov) diff --git a/TABLE b/TABLE index 626424cf8b..d352ff7c53 100644 --- a/TABLE +++ b/TABLE @@ -1035,13 +1035,13 @@ $shared_ldflag = $shared_extension = $ranlib = -*** cray-t3e +*** cray-j90 $cc = cc $cflags = -DBIT_FIELD_LIMITS -DTERMIOS $unistd = $thread_cflag = (unknown) $lflags = -$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT +$bn_ops = SIXTY_FOUR_BIT_LONG DES_INT $bn_obj = $des_obj = $bf_obj = @@ -1058,13 +1058,13 @@ $shared_ldflag = $shared_extension = $ranlib = -*** cray-t90-cc +*** cray-t3e $cc = cc $cflags = -DBIT_FIELD_LIMITS -DTERMIOS $unistd = $thread_cflag = (unknown) $lflags = -$bn_ops = SIXTY_FOUR_BIT_LONG DES_INT +$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT $bn_obj = $des_obj = $bf_obj = diff --git a/config b/config index 7844e5bdda..0903d99b40 100755 --- a/config +++ b/config @@ -310,6 +310,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 # @@ -591,6 +598,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