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:
Richard Levitte 2019-04-05 15:38:09 +02:00
parent 195852fefc
commit 68ca1737ce

View file

@ -1431,7 +1431,7 @@ my %targets = (
#### Cygwin
"Cygwin-common" => {
inherit_from => [ "BASE_unix", asm("x86_asm") ],
inherit_from => [ "BASE_unix" ],
template => 1,
CC => "gcc",