Commit 68ca1737 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8685)
parent 195852fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1431,7 +1431,7 @@ my %targets = (

#### Cygwin
    "Cygwin-common" => {
        inherit_from     => [ "BASE_unix", asm("x86_asm") ],
        inherit_from     => [ "BASE_unix" ],
        template         => 1,

        CC               => "gcc",