mirror of https://github.com/openssl/openssl.git
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)
This commit is contained in:
parent
966047ee13
commit
e1b6ecbab4
|
@ -861,6 +861,10 @@ my %targets = (
|
||||||
asm_arch => 'x86',
|
asm_arch => 'x86',
|
||||||
perlasm_scheme => "elf",
|
perlasm_scheme => "elf",
|
||||||
},
|
},
|
||||||
|
"linux-x86-latomic" => {
|
||||||
|
inherit_from => [ "linux-x86" ],
|
||||||
|
ex_libs => add(threads("-latomic")),
|
||||||
|
},
|
||||||
"linux-x86-clang" => {
|
"linux-x86-clang" => {
|
||||||
inherit_from => [ "linux-x86" ],
|
inherit_from => [ "linux-x86" ],
|
||||||
CC => "clang",
|
CC => "clang",
|
||||||
|
|
Loading…
Reference in New Issue