mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Configurations/10-main.conf: Don't inherit assembler in Cygwin-common
The targets Cygwin-x86 and Cygwin-x86_64 are the ones that should do this. Fixes #8684 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8685)
This commit is contained in:
parent
195852fefc
commit
68ca1737ce
@ -1431,7 +1431,7 @@ my %targets = (
|
||||
|
||||
#### Cygwin
|
||||
"Cygwin-common" => {
|
||||
inherit_from => [ "BASE_unix", asm("x86_asm") ],
|
||||
inherit_from => [ "BASE_unix" ],
|
||||
template => 1,
|
||||
|
||||
CC => "gcc",
|
||||
|
Loading…
Reference in New Issue
Block a user