aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-10-31 23:39:08 +0000
committerRichard Levitte <levitte@openssl.org>2000-10-31 23:39:08 +0000
commit26b264795d011f9b4b3deb116da39fc288fd278a (patch)
tree3dd01e369e6f2fc3045bd96bd5f2621587c400e5
parent501ebf16b684405f491a60acbc49e2f539e2e720 (diff)
downloadopenssl-26b264795d011f9b4b3deb116da39fc288fd278a.tar.gz
Rename true64 to the correct tru64.
Suggested by Albert Chin-A-Young <china@thewrittenword.com>
-rwxr-xr-xConfigure6
-rw-r--r--Makefile.org2
2 files changed, 4 insertions, 4 deletions
diff --git a/Configure b/Configure
index 5ee22c8199..fe0cc6f11f 100755
--- a/Configure
+++ b/Configure
@@ -267,9 +267,9 @@ my %table=(
# Dec Alpha, OSF/1 - the alpha164-cc is the flags for a 21164A with
# the new compiler
# For gcc, the following gave a %50 speedup on a 164 over the 'DES_INT' version
-"alpha-gcc","gcc:-O3::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_RISC1:asm/alpha.o:::::::::dlfcn:true64-shared::.so",
-"alpha-cc", "cc:-std1 -tune host -O4 -readonly_strings::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK:asm/alpha.o:::::::::dlfcn:true64-shared::.so",
-"alpha164-cc", "cc:-std1 -tune host -fast -readonly_strings::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK:asm/alpha.o:::::::::dlfcn:true64-shared::.so",
+"alpha-gcc","gcc:-O3::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_RISC1:asm/alpha.o:::::::::dlfcn:tru64-shared::.so",
+"alpha-cc", "cc:-std1 -tune host -O4 -readonly_strings::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK:asm/alpha.o:::::::::dlfcn:tru64-shared::.so",
+"alpha164-cc", "cc:-std1 -tune host -fast -readonly_strings::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK:asm/alpha.o:::::::::dlfcn:tru64-shared::.so",
"FreeBSD-alpha","gcc:-DTERMIOS -O -fomit-frame-pointer::(unknown)::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
#### Alpha Linux with GNU C and Compaq C setups
diff --git a/Makefile.org b/Makefile.org
index fe19c526e1..77ed5c1f19 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -261,7 +261,7 @@ do_linux-shared:
done
# This assumes that GNU utilities are *not* used
-do_true64-shared:
+do_tru64-shared:
libs='${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
( set -x; ${CC} -shared -no_archive -o lib$$i.so \
-set_version "${SHLIB_VERSION_HISTORY}${SHLIB_VERSION_NUMBER}" \