mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Update solaris64-sparcv9-cc build target cflags
Fixes #15507 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15509)
This commit is contained in:
parent
99be8ed331
commit
691e2efa62
@ -373,7 +373,7 @@ my %targets = (
|
||||
},
|
||||
"solaris64-sparcv9-cc" => {
|
||||
inherit_from => [ "solaris-sparcv7-cc" ],
|
||||
cflags => add_before("-xarch=v9"),
|
||||
cflags => add_before("-m64 -xarch=sparc"),
|
||||
bn_ops => "BN_LLONG RC4_CHAR",
|
||||
asm_arch => 'sparcv9',
|
||||
perlasm_scheme => 'void',
|
||||
|
Loading…
Reference in New Issue
Block a user