From: Shi Pujin Date: Wed, 20 Jul 2022 07:42:50 +0000 (+0800) Subject: Add loongarch64 target X-Git-Tag: OpenSSL_1_1_1r~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba7a33adca93e9e73a908f82c7df3a139d30b83;p=thirdparty%2Fopenssl.git Add loongarch64 target Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/18831) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 2fcb96a0470..11bb29c1d60 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -761,6 +761,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