From: Bernd Kuhls Date: Fri, 28 Jul 2023 15:11:25 +0000 (+0200) Subject: Add linux-x86-latomic target X-Git-Tag: openssl-3.2.0-alpha1~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1b6ecbab41514f45e9c355d01400691f74041c4;p=thirdparty%2Fopenssl.git Add linux-x86-latomic target CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Shane Lontis Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/21590) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 2200a85b168..bcf54a2a53f 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",