Home
last modified time | relevance | path

Searched refs:i686 (Results 1 – 10 of 10) sorted by relevance

/rust-libc-0.2.174/
H A DCargo.toml49 "i686-linux-android",
50 "i686-pc-windows-gnu",
51 "i686-pc-windows-msvc",
52 "i686-pc-windows-msvc",
53 "i686-unknown-freebsd",
54 "i686-unknown-haiku",
55 "i686-unknown-linux-gnu",
56 "i686-unknown-linux-musl",
57 "i686-unknown-netbsd",
58 "i686-unknown-openbsd",
[all …]
H A D.cirrus.yml10 - name: nightly freebsd-13 i686
11 # Test i686 FreeBSD in 32-bit emulation on a 64-bit host.
13 TARGET: i686-unknown-freebsd
30 - if [ "$TARGET" = "i686-unknown-freebsd" ]; then rustup target add i686-unknown-freebsd; fi
H A DCHANGELOG.md441 - CI: add `i686-unknown-freebsd` <https://github.com/rust-lang/libc/pull/3997>
/rust-libc-0.2.174/ci/docker/i686-linux-android/
H A DDockerfile20 ENV ANDROID_ARCH=i686
30 CARGO_TARGET_I686_LINUX_ANDROID_LINKER=i686-linux-android28-clang \
32 CC_i686_linux_android=i686-linux-android28-clang \
42 "SHELL=/bin/dash /android/sdk/emulator/emulator @i686 -no-window -no-accel & \
/rust-libc-0.2.174/ci/docker/i686-unknown-linux-musl/
H A DDockerfile12 RUN /install-musl.sh i686
14 ENV PATH=$PATH:/musl-i686/bin:/rust/bin \
16 RUSTFLAGS="-L /musl-i686/lib"
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml93 - target: i686-unknown-linux-gnu
96 - target: i686-unknown-linux-gnu
102 - target: i686-unknown-linux-gnu
121 #- target: i686-pc-windows-gnu
124 # ARCH: i686
125 - target: i686-pc-windows-msvc
182 # - i686-linux-android
183 - i686-unknown-linux-musl
216 - target: i686-unknown-linux-musl
/rust-libc-0.2.174/ci/
H A Dinstall-musl.sh38 i686)
41 musl_arch=i686
46 ./configure --prefix="/musl-${musl_arch}" --disable-shared --target=i686
H A Dandroid-install-sdk.sh26 i686)
H A Dverify-build.sh101 nightly-i686*freebsd*) do_freebsd_checks=1 ;;
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs221 let i686 = target.contains("i686"); in test_apple() localVariable
502 "max_align_t" if i686 => true, in test_apple()
875 let i686 = target.contains("i686"); in test_windows() localVariable
943 "time_t" if gnu && i686 => true, in test_windows()
953 "timespec" if gnu && i686 => true, in test_windows()
3746 let i686 = target.contains("i686"); in test_linux() localVariable
4170 if (aarch64 || arm || i686 || s390x || x86_64) && musl => in test_linux()
4178 if (aarch64 || arm || i686 || s390x || x86_64) && musl => in test_linux()
4907 && ((x86_64 || i686 || arm || riscv64) && gnu || x86_64_gnux32) in test_linux()
4991 "max_align_t" if i686 || ppc64 => true, in test_linux()