Update solaris64-sparcv9-cc build target cflags
authorJan Lana <lana.jan@gmail.com>
Thu, 27 May 2021 21:27:58 +0000 (23:27 +0200)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 30 May 2021 23:49:40 +0000 (09:49 +1000)
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)

Configurations/10-main.conf

index 117598eb0656ce9531a032dea48b2c51ab3014a2..a07624e96b3dff3212ebd1581bd5777d9c05fda0 100644 (file)
@@ -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',