Skip to content

Commit

Permalink
Add loongarch64 target
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #18831)
  • Loading branch information
shipujin authored and t8m committed Jul 21, 2022
1 parent ee4562d commit 5ba7a33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Configurations/10-main.conf
Expand Up @@ -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
Expand Down

0 comments on commit 5ba7a33

Please sign in to comment.