From: Richard Levitte Date: Tue, 15 Mar 2016 14:30:43 +0000 (+0100) Subject: Cygwin configs were missing thread_scheme settings, add them X-Git-Tag: OpenSSL_1_1_0-pre4~16 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=e58d91027ad0132289cae5c9960a68f5750ba0ee;hp=a4d8bcf1f2a209233fd687694d714880ee510d2d Cygwin configs were missing thread_scheme settings, add them Reviewed-by: Matt Caswell --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 6c43772ead..53ba0409db 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -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",