summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorBernd Kuhls <bernd@kuhls.net>2023-07-28 17:11:25 +0200
committerTodd Short <todd.short@me.com>2023-08-04 10:27:02 -0400
commite1b6ecbab41514f45e9c355d01400691f74041c4 (patch)
treeee928f20c03071cf00b1e48230e76fb953ea5641 /Configurations
parent966047ee13188e8634af25af348940acceb9316d (diff)
Add linux-x86-latomic target
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)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 2200a85b16..bcf54a2a53 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -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",