summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-04-03 08:27:53 +0000
committerRichard Levitte <levitte@openssl.org>2001-04-03 08:27:53 +0000
commit79311176b23fb2db57f5975ea88bfe8f80e63ee0 (patch)
tree208a06b93088557ffc16fc606278fdb16d18b0ba /Configure
parent88f59f615246dfacc97d51c4a66a949f683a2d68 (diff)
Remove a typo in dgux-R4-gcc.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index c648695c65..c6866f3cec 100755
--- a/Configure
+++ b/Configure
@@ -365,7 +365,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>