Searched refs:sparc64 (Results 1 – 10 of 10) sorted by relevance
| /rust-libc-0.2.174/ci/docker/sparc64-unknown-linux-gnu/ |
| H A D | Dockerfile | 6 gcc-sparc64-linux-gnu libc6-dev-sparc64-cross \ 7 qemu-system-sparc64 openbios-sparc seabios ipxe-qemu \ 8 p7zip-full cpio linux-libc-dev-sparc64-cross qemu-user 10 COPY linux-sparc64.sh / 11 RUN /linux-sparc64.sh 13 ENV CARGO_TARGET_SPARC64_UNKNOWN_LINUX_GNU_LINKER=sparc64-linux-gnu-gcc \ 14 CARGO_TARGET_SPARC64_UNKNOWN_LINUX_GNU_RUNNER="qemu-sparc64 -L /usr/sparc64-linux-gnu" \ 15 CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc \
|
| /rust-libc-0.2.174/ci/ |
| H A D | linux-sparc64.sh | 8 …O https://cdimage.debian.org/cdimage/ports/snapshots/2024-12-24/debian-12.0.0-sparc64-NETINST-1.iso 9 7z e debian-12.0.0-sparc64-NETINST-1.iso install/initrd.gz 10 7z e debian-12.0.0-sparc64-NETINST-1.iso install/vmlinux 12 rm debian-12.0.0-sparc64-NETINST-1.iso 18 cp /usr/sparc64-linux-gnu/lib/libgcc_s.so.1 usr/lib/
|
| /rust-libc-0.2.174/libc-test/ |
| H A D | build.rs | 3750 let sparc64 = target.contains("sparc64"); in test_linux() localVariable 4029 if sparc64 && (ty == "Elf32_Rela" || ty == "Elf64_Rela") { in test_linux() 4082 if sparc64 && (ty == "uinput_ff_erase" || ty == "uinput_abs_setup") { in test_linux() 4093 if (sparc64 || ppc || ppc64 || s390x) in test_linux() 4108 if sparc64 && ty == "fanotify_event_info_error" { in test_linux() 4435 "SYS_clone3" if sparc64 => true, in test_linux() 4459 "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true, in test_linux() 4560 "NF_NETDEV_EGRESS" if sparc64 => true, in test_linux() 4562 "NF_NETDEV_NUMHOOKS" if sparc64 => true, in test_linux() 4565 "IF_LINK_MODE_TESTING" if sparc64 => true, in test_linux() [all …]
|
| /rust-libc-0.2.174/ |
| H A D | triagebot.toml | 113 "src/unix/bsd/netbsdlike/netbsd/sparc64.rs", 114 "src/unix/bsd/netbsdlike/openbsd/sparc64.rs", 117 "src/unix/linux_like/linux/gnu/b64/sparc64",
|
| H A D | Cargo.toml | 95 "sparc64-unknown-linux-gnu", 96 "sparc64-unknown-netbsd",
|
| H A D | CHANGELOG.md | 118 - CI: Revert "Also skip `MFD_EXEC` and `MFD_NOEXEC_SEAL` on sparc64" ([#]()) 399 - CI: use qemu-sparc64 to run sparc64 tests <https://github.com/rust-lang/libc/pull/4133>
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/ |
| H A D | mod.rs | 193 mod sparc64; 194 pub use self::sparc64::*;
|
| /rust-libc-0.2.174/.github/workflows/ |
| H A D | ci.yaml | 175 - sparc64-unknown-linux-gnu
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 2114 mod sparc64; 2115 pub use self::sparc64::*;
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 2952 mod sparc64; 2953 pub use self::sparc64::*;
|