Remove a typo in dgux-R4-gcc.
authorRichard Levitte <levitte@openssl.org>
Tue, 3 Apr 2001 08:05:03 +0000 (08:05 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 3 Apr 2001 08:05:03 +0000 (08:05 +0000)
Configure

index d37e00f4552bd8541b2da0c3fa7d56b62cb1aa5b..050b64cc9e8cd5868c4a5fd58827c2a6bdbc1a7c 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -383,7 +383,7 @@ my %table=(
 
 # DGUX, 88100.
 "dgux-R3-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown):::RC4_INDEX DES_UNROLL:::",
-"dgux-R4-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown)::-lnsl -lsocket:RC4_INDEX:RC4_INDEX DES_UNROLL:::",
+"dgux-R4-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown)::-lnsl -lsocket:RC4_INDEX DES_UNROLL:::",
 "dgux-R4-x86-gcc",     "gcc:-O3 -fomit-frame-pointer -DL_ENDIAN::(unknown)::-lnsl -lsocket:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
 
 # SCO 3 - Tim Rice <tim@multitalents.net>