The Mingw32 configuration entry was missing one colon (found by

"Zot O'Connor" <zot@ZotConsulting.com>).
Also, Windows probably does not need the warning about multi-threading.
This commit is contained in:
Bodo Möller 1999-06-26 21:25:01 +00:00
parent 731cae1428
commit ff1b7e09bc
2 changed files with 15 additions and 15 deletions

View file

@ -254,20 +254,20 @@ my %table=(
# Windows NT, Microsoft Visual C++ 4.0 # Windows NT, Microsoft Visual C++ 4.0
"VC-NT","cl:::(unknown)::BN_LLONG RC4_INDEX ${x86_gcc_opts}:::", "VC-NT","cl:::::BN_LLONG RC4_INDEX ${x86_gcc_opts}:::",
"VC-WIN32","cl:::(unknown)::BN_LLONG RC4_INDEX ${x86_gcc_opts}:::", "VC-WIN32","cl:::::BN_LLONG RC4_INDEX ${x86_gcc_opts}:::",
"VC-WIN16","cl:::(unknown)::MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT:::", "VC-WIN16","cl:::(unknown)::MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT:::",
"VC-W31-16","cl:::(unknown)::BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT:::", "VC-W31-16","cl:::(unknown)::BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT:::",
"VC-W31-32","cl:::(unknown)::BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT:::", "VC-W31-32","cl:::::BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT:::",
"VC-MSDOS","cl:::(unknown)::BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT:::", "VC-MSDOS","cl:::(unknown)::BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT:::",
# Borland C++ 4.5 # Borland C++ 4.5
"BC-32","bcc32:::(unknown)::BN_LLONG DES_PTR RC4_INDEX:::", "BC-32","bcc32:::::BN_LLONG DES_PTR RC4_INDEX:::",
"BC-16","bcc:::(unknown)::BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT:::", "BC-16","bcc:::(unknown)::BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT:::",
# CygWin32 # CygWin32
"CygWin32", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:", "CygWin32", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::::BN_LLONG $x86_gcc_des $x86_gcc_opts:",
"Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::(unknown):BN_LLONG $x86_gcc_des $x86_gcc_opts:", "Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::::BN_LLONG $x86_gcc_des $x86_gcc_opts:",
# Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at> # Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
"ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown)::::::", "ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown)::::::",
@ -735,7 +735,7 @@ print <<\EOF if (!$no_threads && !$threads);
The library could not be configured for supporting multi-threaded The library could not be configured for supporting multi-threaded
applications as the compiler options required on this system are not known. applications as the compiler options required on this system are not known.
See file INSTALL for details. See file INSTALL for details if you need multi-threading.
EOF EOF

16
TABLE
View file

@ -21,7 +21,7 @@ $rc5_obj =
$cc = bcc32 $cc = bcc32
$cflags = $cflags =
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag =
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR RC4_INDEX $bn_ops = BN_LLONG DES_PTR RC4_INDEX
$bn_obj = $bn_obj =
@ -55,7 +55,7 @@ $rc5_obj =
$cc = gcc $cc = gcc
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall $cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag =
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = $bn_obj =
@ -106,9 +106,9 @@ $rc5_obj =
$cc = gcc $cc = gcc
$cflags = -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall $cflags = -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag =
$lflags = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $lflags =
$bn_ops = $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = $bn_obj =
$des_obj = $des_obj =
$bf_obj = $bf_obj =
@ -310,7 +310,7 @@ $rc5_obj =
$cc = cl $cc = cl
$cflags = $cflags =
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag =
$lflags = $lflags =
$bn_ops = BN_LLONG RC4_INDEX RC4_INDEX MD2_INT $bn_ops = BN_LLONG RC4_INDEX RC4_INDEX MD2_INT
$bn_obj = $bn_obj =
@ -344,7 +344,7 @@ $rc5_obj =
$cc = cl $cc = cl
$cflags = $cflags =
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag =
$lflags = $lflags =
$bn_ops = BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT $bn_ops = BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT
$bn_obj = $bn_obj =
@ -378,7 +378,7 @@ $rc5_obj =
$cc = cl $cc = cl
$cflags = $cflags =
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag =
$lflags = $lflags =
$bn_ops = BN_LLONG RC4_INDEX RC4_INDEX MD2_INT $bn_ops = BN_LLONG RC4_INDEX RC4_INDEX MD2_INT
$bn_obj = $bn_obj =