projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d8bcf
)
Cygwin configs were missing thread_scheme settings, add them
author
Richard Levitte
<levitte@openssl.org>
Tue, 15 Mar 2016 14:30:43 +0000
(15:30 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 15 Mar 2016 14:38:11 +0000
(15:38 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 6c43772ead9d2ab6d1a35c3f45aac832ce915892..53ba0409db1fc2c9fce7416760a84e2b08aa274c 100644
(file)
--- 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",