提交 80b1247f 编写于 作者: A Andy Polyakov

Configurations/10-main.conf: fix typos in mingw/cygwin configs.

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 777f482d
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册