[openssl] master update
shane.lontis at oracle.com
shane.lontis at oracle.com
Sun May 30 23:53:35 UTC 2021
The branch master has been updated
via 691e2efa62e5d4c46b725ddb54481a0970f7347b (commit)
from 99be8ed331d884e77f658bb404b67a42405703e6 (commit)
- Log -----------------------------------------------------------------
commit 691e2efa62e5d4c46b725ddb54481a0970f7347b
Author: Jan Lana <lana.jan at gmail.com>
Date: Thu May 27 23:27:58 2021 +0200
Update solaris64-sparcv9-cc build target cflags
Fixes #15507
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15509)
-----------------------------------------------------------------------
Summary of changes:
Configurations/10-main.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 117598eb06..a07624e96b 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -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',
More information about the openssl-commits
mailing list