Add -latomic to threads enabled 32bit linux builds
authorTomas Mraz <tomas@openssl.org>
Thu, 29 Apr 2021 13:19:11 +0000 (15:19 +0200)
committerPauli <pauli@openssl.org>
Sat, 1 May 2021 03:10:01 +0000 (13:10 +1000)
commit535130c39d33df41b6a7d14302a93ffaa10ebc46
tree8e0d54bd6c3d225bbe692e78f3d05b18c63999f7
parent38e12964a62b8bfb54693b92f13642e3c61bd8c4
Add -latomic to threads enabled 32bit linux builds

It might not be necessary with the most recent toolchain versions
but apparently many 32bit linux architectures and commonly used
toolchain versions require this.

It is also harmless to include even on architectures that do not
need it.

Fixes #14083

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