summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorShi Pujin <shipujin.t@gmail.com>2022-07-15 15:14:07 +0800
committerHugo Landau <hlandau@openssl.org>2022-07-18 08:02:59 +0100
commitc09ce497e557ecf8ee44f4cb849955698b424027 (patch)
tree18cecb4ce3df22937fe7f39c21643698a6d02f72 /Configurations
parent87dcdcc12434d2ed251efc182f2a24a244e74e4d (diff)
Add loongarch64 target
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18807)
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 66bc81dfb4..c824f4ed4a 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