Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit c09ce49

Browse files
shipujinhlandau
authored andcommitted
Add loongarch64 target
Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> (Merged from openssl#18807)
1 parent 87dcdcc commit c09ce49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Configurations/10-main.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,13 @@ my %targets = (
818818
perlasm_scheme => "linux64",
819819
},
820820

821+
# loongarch64 below refers to contemporary LoongArch Architecture
822+
# specifications,
823+
"linux64-loongarch64" => {
824+
inherit_from => [ "linux-generic64"],
825+
perlasm_scheme => "linux64",
826+
},
827+
821828
#### IA-32 targets...
822829
#### These two targets are a bit aged and are to be used on older Linux
823830
#### machines where gcc doesn't understand -m32 and -m64

0 commit comments

Comments
 (0)