Skip to content

Commit

Permalink
Add loongarch support for libdnf
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Wenlong <[email protected]>
  • Loading branch information
zhangwenlong8911 authored and j-mracek committed Apr 7, 2022
1 parent b4c72e8 commit 0ee4144
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 } },
{ "loongarch64", { "loongarch64", NULL } },
{ NULL, { NULL } }
};

Expand Down

0 comments on commit 0ee4144

Please sign in to comment.