Skip to content

Commit

Permalink
uucore: add support for loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
zoze0 committed Nov 22, 2023
1 parent af021e0 commit 03924c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uucore/src/lib/features/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ impl FileInformation {
not(target_os = "solaris"),
not(target_arch = "aarch64"),
not(target_arch = "riscv64"),
not(target_arch = "loongarch64"),
target_pointer_width = "64"
))]
return self.0.st_nlink;
Expand All @@ -133,6 +134,7 @@ impl FileInformation {
target_os = "solaris",
target_arch = "aarch64",
target_arch = "riscv64",
target_arch = "loongarch64",
not(target_pointer_width = "64")
)
))]
Expand Down

0 comments on commit 03924c4

Please sign in to comment.