From: Richard Levitte Date: Thu, 14 Nov 2002 12:39:56 +0000 (+0000) Subject: Cygwin fixes X-Git-Tag: OpenSSL_0_9_7-beta4~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8260eded07e388c66f7bccc04b7a04f6de3f421e;p=oweals%2Fopenssl.git Cygwin fixes --- diff --git a/Configure b/Configure index a26bc555de..246e4854b7 100755 --- a/Configure +++ b/Configure @@ -520,7 +520,7 @@ my %table=( # Cygwin "Cygwin-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::(unknown):CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32", -"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:win32:cygwin-shared:::.dll", +"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:win32:cygwin-shared:::.dll", # DJGPP "DJGPP", "gcc:-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall:::MSDOS:-L/dev/env/WATT_ROOT/lib -lwatt:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::", diff --git a/util/cygwin.sh b/util/cygwin.sh index b607399b02..930f766b4f 100755 --- a/util/cygwin.sh +++ b/util/cygwin.sh @@ -96,6 +96,8 @@ fi get_openssl_version +make depend || exit 1 + make || exit 1 base_install