提交 55ab86e4 编写于 作者: K Kurt Roeckx

Add missing -zdelete for some linux arches

b6d5ba1a forgot to update some linux arches.
Reviewed-by: NRichard Levitte <levitte@openssl.org>

GH: #1977
上级 024d681e
......@@ -701,7 +701,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" => {
......@@ -784,7 +784,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",
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册