From 691e2efa62e5d4c46b725ddb54481a0970f7347b Mon Sep 17 00:00:00 2001 From: Jan Lana Date: Thu, 27 May 2021 23:27:58 +0200 Subject: [PATCH] Update solaris64-sparcv9-cc build target cflags Fixes #15507 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/15509) --- 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 117598eb065..a07624e96b3 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', -- 2.47.2