Add -static-libgcc to solaris-sparcv7-gcc shared_ldflag
authorTodd C. Miller <Todd.Miller@quest.com>
Fri, 12 Mar 2021 20:44:54 +0000 (13:44 -0700)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Apr 2022 10:11:45 +0000 (12:11 +0200)
commit1c529128f53ed1cb33a829dafe7fb4201c7ce69a
treef34a2ec55a78dfcf78a45b9750cbeff99a8069eb
parentb83c0a900f9303e0c9fd084829b791386d7c57ce
Add -static-libgcc to solaris-sparcv7-gcc shared_ldflag

This avoids a run-time dependency on libgcc_s.so which may not be
present on all systems.  OpenSSL already uses -static-libgcc for
the solaris-x86-gcc and solaris64-x86_64-gcc configurations.

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14538)
Configurations/10-main.conf