Skip to content

Commit

Permalink
Add loongarch64 target
Browse files Browse the repository at this point in the history
add loongarch64 config for no-asm.
  • Loading branch information
dongbeiouba committed Jul 31, 2024
1 parent 0153a79 commit a13ed8e
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 @@ -515,6 +515,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 a13ed8e

Please sign in to comment.