Cygwin configs were missing thread_scheme settings, add them
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
a4d8bcf1f2
commit
e58d91027a
1 changed files with 2 additions and 0 deletions
|
@ -1455,6 +1455,7 @@ sub vc_wince_info {
|
|||
release => "-O3 -fomit-frame-pointer"),
|
||||
sys_id => "CYGWIN",
|
||||
bn_ops => "BN_LLONG",
|
||||
thread_scheme => "pthread",
|
||||
perlasm_scheme => "coff",
|
||||
dso_scheme => "dlfcn",
|
||||
shared_target => "cygwin-shared",
|
||||
|
@ -1470,6 +1471,7 @@ sub vc_wince_info {
|
|||
release => "-O3"),
|
||||
sys_id => "CYGWIN",
|
||||
bn_ops => "SIXTY_FOUR_BIT_LONG",
|
||||
thread_scheme => "pthread",
|
||||
perlasm_scheme => "mingw64",
|
||||
dso_scheme => "dlfcn",
|
||||
shared_target => "cygwin-shared",
|
||||
|
|
Loading…
Reference in a new issue