Skip to content

Commit

Permalink
Merge pull request #645 from dongbeiouba/feature/loongarch
Browse files Browse the repository at this point in the history
Add loongarch64 target
  • Loading branch information
InfoHunter authored Aug 19, 2024
2 parents a5f2830 + a13ed8e commit 302ac8d
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 302ac8d

Please sign in to comment.