From: Jan Lana Date: Thu, 27 May 2021 21:27:58 +0000 (+0200) Subject: Update solaris64-sparcv9-cc build target cflags X-Git-Tag: openssl-3.0.0-beta1~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=691e2efa62e5d4c46b725ddb54481a0970f7347b;p=thirdparty%2Fopenssl.git 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) --- 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',