Commit e9a86d6b authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Add missing -zdelete for some linux arches



b6d5ba1a forgot to update some linux arches.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>

GH: #1977
(cherry picked from commit 55ab86e4)
parent 11f1fd4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -708,7 +708,7 @@ sub vms_info {
        cflags           => add("-mabi=ilp32"),
        bn_ops           => "SIXTY_FOUR_BIT RC4_CHAR",
        perlasm_scheme   => "linux64",
        shared_ldflag    => "-mabi=ilp32",
        shared_ldflag    => add("-mabi=ilp32"),
    },

    "linux-mips32" => {
@@ -790,7 +790,7 @@ sub vms_info {
        cflags           => add("-mx32 -DL_ENDIAN"),
        bn_ops           => "SIXTY_FOUR_BIT",
        perlasm_scheme   => "elf32",
        shared_ldflag    => "-mx32",
        shared_ldflag    => add("-mx32"),
        multilib         => "x32",
    },