Skip to content

Commit

Permalink
Add loongarch64 target
Browse files Browse the repository at this point in the history
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #17712)
  • Loading branch information
shipujin authored and paulidale committed Apr 4, 2022
1 parent 31ff363 commit b625e21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Configurations/10-main.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b625e21

Please sign in to comment.