Add linux-x86-latomic target
authorBernd Kuhls <bernd@kuhls.net>
Fri, 28 Jul 2023 15:11:25 +0000 (17:11 +0200)
committerTodd Short <todd.short@me.com>
Fri, 4 Aug 2023 14:27:02 +0000 (10:27 -0400)
CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/21590)

Configurations/10-main.conf

index 2200a85b1682d8fd9a961e19e3069ad3172db087..bcf54a2a53f5b4fee6d9b6d11287f61a9ff9e1e5 100644 (file)
@@ -861,6 +861,10 @@ my %targets = (
         asm_arch         => 'x86',
         perlasm_scheme   => "elf",
     },
+    "linux-x86-latomic" => {
+        inherit_from     => [ "linux-x86" ],
+        ex_libs          => add(threads("-latomic")),
+    },
     "linux-x86-clang" => {
         inherit_from     => [ "linux-x86" ],
         CC               => "clang",