Home
last modified time | relevance | path

Searched +full:powerpc64 +full:- +full:unknown +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/rust/rust/src/ci/docker/host-x86_64/dist-powerpc64-linux/
DDockerfile3 COPY scripts/cross-apt-packages.sh /scripts/
4 RUN sh /scripts/cross-apt-packages.sh
6 COPY scripts/crosstool-ng.sh /scripts/
7 RUN sh /scripts/crosstool-ng.sh
9 COPY scripts/rustbuild-setup.sh /scripts/
10 RUN sh /scripts/rustbuild-setup.sh
13 COPY scripts/crosstool-ng-build.sh /scripts/
14 COPY host-x86_64/dist-powerpc64-linux/powerpc64-linux-gnu.defconfig /tmp/crosstool.defconfig
15 RUN /scripts/crosstool-ng-build.sh
20 ENV PATH=$PATH:/x-tools/powerpc64-unknown-linux-gnu/bin
[all …]
/third_party/rust/rust/tests/codegen/
Dstack-probes-inline.rs1 // Check the "probe-stack" attribute for targets with `StackProbeType::Inline`,
4 // compile-flags: -C no-prepopulate-passes
5 // revisions: powerpc powerpc64 powerpc64le s390x i686 x86_64
6 //[powerpc] compile-flags: --target powerpc-unknown-linux-gnu
7 //[powerpc] needs-llvm-components: powerpc
8 //[powerpc64] compile-flags: --target powerpc64-unknown-linux-gnu
9 //[powerpc64] needs-llvm-components: powerpc
10 //[powerpc64le] compile-flags: --target powerpc64le-unknown-linux-gnu
11 //[powerpc64le] needs-llvm-components: powerpc
12 //[s390x] compile-flags: --target s390x-unknown-linux-gnu
[all …]
Dasm-powerpc-clobbers.rs1 // revisions: powerpc powerpc64 powerpc64le
2 //[powerpc] compile-flags: --target powerpc-unknown-linux-gnu
3 //[powerpc] needs-llvm-components: powerpc
4 //[powerpc64] compile-flags: --target powerpc64-unknown-linux-gnu
5 //[powerpc64] needs-llvm-components: powerpc
6 //[powerpc64le] compile-flags: --target powerpc64le-unknown-linux-gnu
7 //[powerpc64le] needs-llvm-components: powerpc
21 // CHECK-LABEL: @cr_clobber
28 // CHECK-LABEL: @cr0_clobber
35 // CHECK-LABEL: @cr5_clobber
[all …]
/third_party/rust/crates/libc/
DCargo.toml5 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/rust-lang/libc"
8 homepage = "https://github.com/rust-lang/libc"
11 categories = ["external-ffi-bindings", "no-std", "os"]
19 features = ["const-extern-fn", "extra_traits"]
20 default-target = "x86_64-unknown-linux-gnu"
22 "aarch64-apple-darwin",
23 "aarch64-apple-ios",
24 "aarch64-linux-android",
25 "aarch64-pc-windows-msvc",
[all …]
/third_party/rust/crates/libc/ci/
Dbuild.sh8 set -ex
18 rustup component add rust-src
32 until [ $n -ge $N ]
34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then
44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}"
46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings.
47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}"
53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}"
55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
[all …]
/third_party/rust/rust/src/doc/rustc/src/
Dplatform-support.md5 white-space: nowrap;
11 for targets at each tier, see the [Target Tier Policy](target-tier-policy.md).
16 Component availability is tracked [here](https://rust-lang.github.io/rustup-components-history/).
28 see [Tier 1 with Host Tools](target-tier-policy.md#tier-1-with-host-tools) in
34 -------|-------
35 `aarch64-unknown-linux-gnu` | ARM64 Linux (kernel 4.1, glibc 2.17+) [^missing-stack-probes]
36 `i686-pc-windows-gnu` | 32-bit MinGW (Windows 7+) [^windows-support]
37 `i686-pc-windows-msvc` | 32-bit MSVC (Windows 7+) [^windows-support]
38 `i686-unknown-linux-gnu` | 32-bit Linux (kernel 3.2+, glibc 2.17+)
39 `x86_64-apple-darwin` | 64-bit macOS (10.7+, Lion+)
[all …]
/third_party/rust/crates/nix/
D.cirrus.yml8 CLIPPYFLAGS: -D warnings -A unknown-lints
9 RUSTFLAGS: -D warnings
10 RUSTDOCFLAGS: -D warnings
18 - . $HOME/.cargo/env || true
19 - $TOOL -Vv
20 - rustc -Vv
21 - $TOOL $BUILD $ZFLAGS --target $TARGET --all-targets
22 - $TOOL doc $ZFLAGS --no-deps --target $TARGET
23 - $TOOL clippy $ZFLAGS --target $TARGET --all-targets -- $CLIPPYFLAGS
24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi
[all …]
/third_party/rust/crates/minimal-lexical/.github/workflows/
DCross.yml11 runs-on: ubuntu-latest
13 fail-fast: false
17 - aarch64-linux-android
18 - arm-linux-androideabi
19 - armv7-linux-androideabi
20 - i686-linux-android
21 - x86_64-linux-android
23 # Linux
24 - aarch64-unknown-linux-gnu
25 - arm-unknown-linux-gnueabi
[all …]
/third_party/rust/rust/src/
Dstage0.json3 "dist_server": "https://static.rust-lang.org",
4 "artifacts_server": "https://ci-artifacts.rust-lang.org/rustc-builds",
5 "artifacts_with_llvm_assertions_server": "https://ci-artifacts.rust-lang.org/rustc-builds-alt",
6 "git_merge_commit_email": "bors@rust-lang.org",
13 "The section below is generated by `./x.py run src/tools/bump-stage0`,",
20 "date": "2023-07-13",
25 …"dist/2023-07-13/cargo-1.71.0-aarch64-apple-darwin.tar.gz": "e6c678fa6caaea333b3d05e3dc41842d8a37c…
26 …"dist/2023-07-13/cargo-1.71.0-aarch64-apple-darwin.tar.xz": "7637bc54d15cec656d7abb32417316546c7a7…
27 …"dist/2023-07-13/cargo-1.71.0-aarch64-pc-windows-msvc.tar.gz": "989cddc598aa72ef7574a0eb82c2119909…
28 …"dist/2023-07-13/cargo-1.71.0-aarch64-pc-windows-msvc.tar.xz": "f6df21c5f76c928d1c8fc721ea320846e6…
[all …]
/third_party/rust/rust/library/portable-simd/.github/workflows/
Dci.yml7 - master
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v2
20 - name: Setup Rust
22 rustup update nightly --no-self-update
25 - name: Run rustfmt
26 run: cargo fmt --all -- --check
30 runs-on: ubuntu-latest
32 fail-fast: false
35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures
[all …]
/third_party/rust/rust/tests/run-make/atomic-lock-free/
DMakefile4 # guaranteed to be lock-free.
7 ifeq ($(UNAME),Linux)
9 $(RUSTC) --target=i686-unknown-linux-gnu atomic_lock_free.rs
10 nm "$(TMPDIR)/libatomic_lock_free.rlib" | $(CGREP) -v __atomic_fetch_add
11 $(RUSTC) --target=x86_64-unknown-linux-gnu atomic_lock_free.rs
12 nm "$(TMPDIR)/libatomic_lock_free.rlib" | $(CGREP) -v __atomic_fetch_add
15 $(RUSTC) --target=arm-unknown-linux-gnueabi atomic_lock_free.rs
16 nm "$(TMPDIR)/libatomic_lock_free.rlib" | $(CGREP) -v __atomic_fetch_add
17 $(RUSTC) --target=arm-unknown-linux-gnueabihf atomic_lock_free.rs
18 nm "$(TMPDIR)/libatomic_lock_free.rlib" | $(CGREP) -v __atomic_fetch_add
[all …]
/third_party/rust/rust/tests/assembly/asm/
Dpowerpc-types.rs1 // revisions: powerpc powerpc64
2 // assembly-output: emit-asm
3 //[powerpc] compile-flags: --target powerpc-unknown-linux-gnu
4 //[powerpc] needs-llvm-components: powerpc
5 //[powerpc64] compile-flags: --target powerpc64-unknown-linux-gnu
6 //[powerpc64] needs-llvm-components: powerpc
53 pub unsafe fn $func(x: $ty) -> $ty {
64 pub unsafe fn $func(x: $ty) -> $ty {
73 // CHECK-LABEL: reg_i8:
75 // CHECK: mr {{[0-9]+}}, {{[0-9]+}}
[all …]
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dpowerpc64_wrs_vxworks.rs4 pub fn target() -> Target { in target()
7 base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m64"]); in target()
12 llvm_target: "powerpc64-unknown-linux-gnu".into(), in target()
14 data_layout: "E-m:e-i64:64-n32:64-S128-v256:256:256-v512:512:512".into(), in target()
15 arch: "powerpc64".into(), in target()
Dpowerpc64_unknown_linux_gnu.rs4 pub fn target() -> Target { in target()
7 base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m64"]); in target()
12 llvm_target: "powerpc64-unknown-linux-gnu".into(), in target()
14 data_layout: "E-m:e-i64:64-n32:64-S128-v256:256:256-v512:512:512".into(), in target()
15 arch: "powerpc64".into(), in target()
Dpowerpc64_unknown_linux_musl.rs4 pub fn target() -> Target { in target()
7 base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m64"]); in target()
12 llvm_target: "powerpc64-unknown-linux-musl".into(), in target()
14 data_layout: "E-m:e-i64:64-n32:64-S128-v256:256:256-v512:512:512".into(), in target()
15 arch: "powerpc64".into(), in target()
Dpowerpc64le_unknown_linux_gnu.rs3 pub fn target() -> Target { in target()
6 base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m64"]); in target()
11 llvm_target: "powerpc64le-unknown-linux-gnu".into(), in target()
13 data_layout: "e-m:e-i64:64-n32:64-S128-v256:256:256-v512:512:512".into(), in target()
14 arch: "powerpc64".into(), in target()
/third_party/rust/rust/src/tools/build-manifest/src/
Dmain.rs16 "aarch64-apple-darwin",
17 "aarch64-pc-windows-msvc",
18 "aarch64-unknown-linux-gnu",
19 "aarch64-unknown-linux-musl",
20 "arm-unknown-linux-gnueabi",
21 "arm-unknown-linux-gnueabihf",
22 "armv7-unknown-linux-gnueabihf",
23 "i686-apple-darwin",
24 "i686-pc-windows-gnu",
25 "i686-pc-windows-msvc",
[all …]
/third_party/rust/crates/rustix/
DCargo.toml8 description = "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls"
10 license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
14 categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"]
16 rust-version = "1.48"
18 [build-dependencies]
23 itoa = { version = "1.0.1", default-features = false, optional = true }
24 io-lifetimes = { version = "1.0.0", default-features = false, features = ["close"], optional = true…
26 # Special dependencies used in rustc-dep-of-std mode.
27 core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
28 alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
[all …]
/third_party/rust/rust/src/ci/docker/
DREADME.md14 ./src/ci/docker/run.sh x86_64-gnu
21 DEPLOY=1 ./src/ci/docker/run.sh x86_64-gnu
24 **NOTE**: Re-using the same `obj` dir with different docker images with
25 the same target triple (e.g. `dist-x86_64-linux` and `dist-various-1`)
33 - Each host architecture has its own `host-{arch}` directory, and those
36 - `host-{arch}/disabled` contains images that are not built on CI.
37 - `scripts` contains files shared by multiple Docker images.
45 1. Stop the virtual machine from the terminal with `docker-machine stop`
58 * Read-only: ☐ *unchecked*
59 * Auto-mount: ☑ *checked*
[all …]
/third_party/skia/third_party/externals/microhttpd/
Dconfig.sub3 # Copyright 1992-2014 Free Software Foundation, Inc.
5 timestamp='2014-09-11'
8 # under the terms of the GNU General Public License as published by
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <http://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches with a ChangeLog entry to config-patches@gnu.org.
36 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
[all …]
/third_party/lame/
Dconfig.sub3 # Copyright 1992-2018 Free Software Foundation, Inc.
5 timestamp='2018-05-24'
8 # under the terms of the GNU General Public License as published by
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <https://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
[all …]
/third_party/skia/third_party/externals/libpng/
Dconfig.sub3 # Copyright 1992-2018 Free Software Foundation, Inc.
5 timestamp='2018-03-08'
8 # under the terms of the GNU General Public License as published by
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <https://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
[all …]
/third_party/rust/crates/libc/.github/workflows/
Dbors.yml6 - auto-libc
7 - try
13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)
16 name: Docker Linux Tier1
17 runs-on: ubuntu-22.04
19 fail-fast: true
22 i686-unknown-linux-gnu,
23 x86_64-unknown-linux-gnu,
26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
29 - uses: actions/checkout@v3
[all …]
/third_party/skia/m133/third_party/externals/icu/source/
Dconfig.sub3 # Copyright 1992-2017 Free Software Foundation, Inc.
5 timestamp='2017-11-04'
8 # under the terms of the GNU General Public License as published by
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <https://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
[all …]
/third_party/skia/third_party/externals/icu/source/
Dconfig.sub3 # Copyright 1992-2017 Free Software Foundation, Inc.
5 timestamp='2017-11-04'
8 # under the terms of the GNU General Public License as published by
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <https://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
[all …]

12345