From: Shi Pujin Date: Wed, 16 Feb 2022 02:53:56 +0000 (+0800) Subject: Add loongarch64 target X-Git-Tag: openssl-3.2.0-alpha1~2792 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b625e21e67666213ffd3ba6b1f2cd8a847ba6b66;p=thirdparty%2Fopenssl.git Add loongarch64 target Reviewed-by: Todd Short Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17712) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index ba224fba848..9368cf67484 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -818,6 +818,13 @@ my %targets = ( perlasm_scheme => "linux64", }, + # loongarch64 below refers to contemporary LOONGARCH Architecture + # specifications, + "linux64-loongarch64" => { + inherit_from => [ "linux-generic64"], + perlasm_scheme => "linux64", + }, + #### IA-32 targets... #### These two targets are a bit aged and are to be used on older Linux #### machines where gcc doesn't understand -m32 and -m64