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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue