From: Andy Polyakov Date: Thu, 10 Dec 2015 19:07:22 +0000 (+0100) Subject: Configurations/10-main.conf: fix typos in mingw/cygwin configs. X-Git-Tag: OpenSSL_1_1_0-pre2~257 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=80b1247fe60cece6a18a6e4fb97781a4b95d1a0a;p=oweals%2Fopenssl.git Configurations/10-main.conf: fix typos in mingw/cygwin configs. Reviewed-by: Rich Salz --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 3ccee8b141..a82b95db64 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1166,7 +1166,7 @@ cc => "gcc", cflags => "-mno-cygwin -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -march=i486 -Wall", debug_cflags => "-g -O0", - release_clags => "-O3 -fomit-frame-pointer", + release_cflags => "-O3 -fomit-frame-pointer", thread_cflag => "-D_MT", sys_id => "MINGW32", lflags => "-lws2_32 -lgdi32 -lcrypt32", @@ -1191,7 +1191,7 @@ cc => "gcc", cflags => "-mno-cygwin -DL_ENDIAN -Wall -DWIN32_LEAN_AND_MEAN -DUNICODE -D_UNICODE", debug_cflags => "-g -O0", - release_clags => "-O3", + release_cflags => "-O3", thread_cflag => "-D_MT", sys_id => "MINGW64", lflags => "-lws2_32 -lgdi32 -lcrypt32", @@ -1226,7 +1226,7 @@ cc => "gcc", cflags => "-DTERMIOS -DL_ENDIAN -march=i486 -Wall", debug_cflags => "-g -O0", - release_clags => "-O3 -fomit-frame-pointer", + release_cflags => "-O3 -fomit-frame-pointer", sys_id => "CYGWIN", bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}", perlasm_scheme => "coff", @@ -1241,7 +1241,7 @@ cc => "gcc", cflags => "-DTERMIOS -DL_ENDIAN -Wall", debug_cflags => "-g -O0", - release_clags => "-O3", + release_cflags => "-O3", sys_id => "CYGWIN", bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL", perlasm_scheme => "mingw64",