Skip to content

Commit

Permalink
Add loongarch support for libdnf
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshaoning1 committed Aug 10, 2023
1 parent 998efa8 commit dca2437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libdnf/dnf-context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static const struct {
{ "sparc", { "sparc", "sparc64", "sparc64v", "sparcv8",
"sparcv9", "sparcv9v", NULL } },
{ "x86_64", { "x86_64", "amd64", "ia32e", NULL } },
{ "loongarch32", { "loongarch32", NULL } },
{ "loongarch64", { "loongarch64", NULL } },
{ NULL, { NULL } }
};
Expand Down

0 comments on commit dca2437

Please sign in to comment.