mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5799 from ffontaine/main
uucore: add support for sparc64
This commit is contained in:
commit
d158f1a396
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,7 @@ impl FileInformation {
|
||||||
not(target_arch = "aarch64"),
|
not(target_arch = "aarch64"),
|
||||||
not(target_arch = "riscv64"),
|
not(target_arch = "riscv64"),
|
||||||
not(target_arch = "loongarch64"),
|
not(target_arch = "loongarch64"),
|
||||||
|
not(target_arch = "sparc64"),
|
||||||
target_pointer_width = "64"
|
target_pointer_width = "64"
|
||||||
))]
|
))]
|
||||||
return self.0.st_nlink;
|
return self.0.st_nlink;
|
||||||
|
@ -137,6 +138,7 @@ impl FileInformation {
|
||||||
target_arch = "aarch64",
|
target_arch = "aarch64",
|
||||||
target_arch = "riscv64",
|
target_arch = "riscv64",
|
||||||
target_arch = "loongarch64",
|
target_arch = "loongarch64",
|
||||||
|
target_arch = "sparc64",
|
||||||
not(target_pointer_width = "64")
|
not(target_pointer_width = "64")
|
||||||
)
|
)
|
||||||
))]
|
))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue