aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-15 16:46:41 +0000
committerBodo Möller <bodo@openssl.org>2002-03-15 16:46:41 +0000
commitc46acbacde2b6976b91971669a8e759837123af3 (patch)
treed491ebdb3e9b0bbb7fff6751d1bf0273accfd4b0 /Configure
parent304d90425f88129911ec256fd840265fda97e9f1 (diff)
downloadopenssl-c46acbacde2b6976b91971669a8e759837123af3.zip
openssl-c46acbacde2b6976b91971669a8e759837123af3.tar.gz
openssl-c46acbacde2b6976b91971669a8e759837123af3.tar.bz2
Rename 'cray-t90-cc' into 'cray-j90'.
Add to 'config'.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure7
1 files changed, 5 insertions, 2 deletions
diff --git a/Configure b/Configure
index 39bbe88..8a7f7d9 100755
--- a/Configure
+++ b/Configure
@@ -434,7 +434,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
@@ -444,7 +444,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 <schroede@SDSC.EDU>)
-"cray-t90-cc", "cc: -DBIT_FIELD_LIMITS -DTERMIOS::(unknown):CRAY::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):CRAY::SIXTY_FOUR_BIT_LONG DES_INT:::",
#
# Cray T3E (Research Center Juelich, beckman@acl.lanl.gov)