summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorShi Pujin <shipujin.t@gmail.com>2022-07-20 15:42:50 +0800
committerTomas Mraz <tomas@openssl.org>2022-07-21 16:33:44 +0200
commit5ba7a33adca93e9e73a908f82c7df3a139d30b83 (patch)
tree77a3d6eb93723e952ff2270cb4ae2001da73db0d /Configurations
parentee4562d5d31724021b377e5dbfdd05364b40e151 (diff)
Add loongarch64 target
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18831)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 2fcb96a047..11bb29c1d6 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