Skip to content

Commit

Permalink
Add missing -zdelete for some linux arches
Browse files Browse the repository at this point in the history
b6d5ba1 forgot to update some linux arches.

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

GH: #1977
(cherry picked from commit 55ab86e)
  • Loading branch information
kroeckx committed Nov 21, 2016
1 parent 11f1fd4 commit e9a86d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configurations/10-main.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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" => {
Expand Down Expand Up @@ -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",
},

Expand Down

0 comments on commit e9a86d6

Please sign in to comment.