Searched +full:linux +full:- +full:x86_64 (Results 1 – 25 of 1012) sorted by relevance
12345678910>>...41
| /third_party/rust/rust/src/tools/compiletest/src/ |
| D | util.rs | 13 "aarch64-apple-darwin", 14 "aarch64-apple-ios", 15 "aarch64-apple-ios-sim", 16 "aarch64-unknown-fuchsia", 17 "aarch64-linux-android", 18 "aarch64-unknown-linux-gnu", 19 "arm-linux-androideabi", 20 "armv7-linux-androideabi", 21 "i686-linux-android", 22 "i686-unknown-linux-gnu", [all …]
|
| /third_party/rust/crates/libc/ |
| D | Cargo.toml | 5 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/nix/ |
| D | .cirrus.yml | 8 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 …]
|
| D | bors.toml | 6 "Android x86_64", 7 "DragonFly BSD x86_64", 10 "Fuchsia x86_64", 11 "Linux MIPS", 12 "Linux MIPS64 el", 13 "Linux MIPS64", 14 "Linux aarch64", 15 "Linux arm gnueabi", 16 "Linux arm-musleabi", 17 "Linux armv7 gnueabihf", [all …]
|
| D | README.md | 3 [](https://cirrus-ci.com/g… 8 Nix seeks to provide friendly bindings to various *nix platform APIs (Linux, Darwin, 13 exposed by the [libc crate](https://github.com/rust-lang/libc). This is done by 20 [gethostname](https://man7.org/linux/man-pages/man2/gethostname.2.html) system 25 pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int; 28 pub fn gethostname() -> Result<OsString>; 34 platforms supported by [libc](https://github.com/rust-lang/libc), only some 38 * Tier 1 - Builds and tests for this target are run in CI. Failures of either 40 * Tier 2 - Builds for this target are run in CI. Failures during the build 43 * Tier 3 - Builds for this target are run in CI. Failures during the build [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | build.sh | 8 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 …]
|
| D | semver.sh | 5 set -ex 11 if ! rustc --version | grep -E "nightly" ; then 16 rustup component add rustc-dev llvm-tools-preview 19 cargo install semverver --version=0.1.50 23 *linux*) 25 aarch64-fuchsia \ 26 aarch64-linux-android \ 27 aarch64-unknown-linux-gnu \ 28 aarch64-unknown-linux-musl \ 29 armv7-linux-androideabi \ [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/dist-various-2/ |
| D | Dockerfile | 3 COPY scripts/cross-apt-packages.sh /scripts/ 4 RUN sh /scripts/cross-apt-packages.sh 7 RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list 9 RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no-install-recommends… 10 build-essential \ 11 # gcc-multilib can not be installed together with gcc-arm-linux-gnueabi 12 g++-8-multilib \ 13 libedit-dev \ 14 libgmp-dev \ 15 libisl-dev \ [all …]
|
| /third_party/skia/m133/toolchain/android_trampolines/gen_trampolines/ |
| D | gen_trampolines.go | 10 // built-in Bazel function expects tool paths to point to files under the directory in which it is 12 // to use trampoline scripts that pass through any command-line arguments to the NDK binaries under 32 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar", 33 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-dwp", 34 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld", 35 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm", 36 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objcopy", 37 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump", 38 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip", 39 "toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar", [all …]
|
| /third_party/rust/rust/rust-build/ |
| D | config.toml | 2 changelog-seen = 2 5 download-ci-llvm = false 7 cflags = "-fstack-protector-all" 8 cxxflags = "-fstack-protector-all" 11 …get = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnullvm", "armv7-unknown-linux-ohos", "x86_6… 13 compiler-docs = false 26 codegen-units = 1 27 split-debuginfo = "packed" 28 lto = "thin-local" 33 stack-protector = "strong" [all …]
|
| /third_party/protobuf/toolchain/ |
| D | BUILD.bazel | 14 "osx-x86_64": "cc-compiler-osx-x86_64", 15 "osx-aarch_64": "cc-compiler-osx-aarch_64", 16 "linux-aarch_64": "cc-compiler-linux-aarch_64", 17 "linux-ppcle_64": "cc-compiler-linux-ppcle_64", 18 "linux-s390_64": "cc-compiler-linux-s390_64", 19 "linux-x86_32": "cc-compiler-linux-x86_32", 20 "linux-x86_64": "cc-compiler-linux-x86_64", 21 "win32": "cc-compiler-windows-x86_32", 22 "win64": "cc-compiler-windows-x86_64", 23 "k8": "cc-compiler-k8", [all …]
|
| /third_party/skia/m133/bazel/rbe/gce_linux/cc/ |
| D | module.modulemap | 2 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_builtin_vars.h" 3 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_cmath.h" 4 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_complex_builtins.h" 5 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_device_functions.h" 6 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_intrinsics.h" 7 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_libdevice_declares.h" 8 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_math.h" 9 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_math_forward_declares.h" 10 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_cuda_runtime_wrapper.h" 11 textual header "/usr/lib/llvm-11/lib/clang/11.0.1/include/__clang_hip_libdevice_declares.h" [all …]
|
| /third_party/grpc/src/ruby/nativedebug/ |
| D | README.md | 2 applications that use grpc pre-compiled binary gems. 4 An example of a pre-compiled binary gem is `grpc-1.58.0-x86_64-linux.gem` 5 (as opposed to a source-built gem like `grpc-1.58.0.gem`). 7 `grpc-native-debug` gems contain debug symbols which complement the 9 proper `grpc-native-debug` gem, one can load the correct `.dbg` symbol file to 14 grpc-ruby pre-compiled binary gems are *released with debug symbols stripped*. 18 # Using grpc-native-debug 20 ## Finding the correct grpc-native-debug gem 22 Each `grpc-native-debug` gem is *one-to-one* with a `grpc` gem. Specifically: 24 - The version of a `grpc-native-debug` gem **must match the version** of the `grpc` [all …]
|
| /third_party/rust/rust/src/ |
| D | stage0.json | 3 "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/grpc/third_party/toolchains/rbe_ubuntu2004_bazel7/cc/ |
| D | module.modulemap | 152 textual header "/usr/local/lib/clang/19/include/opencl-c-base.h" 153 textual header "/usr/local/lib/clang/19/include/opencl-c.h" 1281 textual header "/usr/include/x86_64-linux-gnu/a.out.h" 1282 textual header "/usr/include/x86_64-linux-gnu/asm/a.out.h" 1283 textual header "/usr/include/x86_64-linux-gnu/asm/auxvec.h" 1284 textual header "/usr/include/x86_64-linux-gnu/asm/bitsperlong.h" 1285 textual header "/usr/include/x86_64-linux-gnu/asm/boot.h" 1286 textual header "/usr/include/x86_64-linux-gnu/asm/bootparam.h" 1287 textual header "/usr/include/x86_64-linux-gnu/asm/bpf_perf_event.h" 1288 textual header "/usr/include/x86_64-linux-gnu/asm/byteorder.h" [all …]
|
| /third_party/libwebsockets/ |
| D | .sai.json | 2 "schema": "sai-1", 8 "linux-debian-11/x86_64-amd/gcc": { 9 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 11 "linux-debian-buster/x86-amd/gcc": { 12 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 14 "linux-debian-sid/x86_64-amd/gcc": { 15 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 17 "linux-ubuntu-xenial/x86_64-amd/gcc": { 18 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 20 "linux-debian-sid/x86-amd/gcc": { [all …]
|
| /third_party/rust/rust/src/doc/rustc/src/ |
| D | platform-support.md | 5 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/rust/src/ci/docker/host-x86_64/dist-android/ |
| D | Dockerfile | 3 COPY scripts/android-base-apt-get.sh /scripts/ 4 RUN sh /scripts/android-base-apt-get.sh 7 COPY scripts/android-ndk.sh /scripts/ 8 RUN . /scripts/android-ndk.sh && \ 9 download_ndk android-ndk-r25b-linux.zip 12 ENV TARGETS=arm-linux-androideabi 13 ENV TARGETS=$TARGETS,armv7-linux-androideabi 14 ENV TARGETS=$TARGETS,thumbv7neon-linux-androideabi 15 ENV TARGETS=$TARGETS,i686-linux-android 16 ENV TARGETS=$TARGETS,aarch64-linux-android [all …]
|
| /third_party/rust/rust/src/ci/github-actions/ |
| D | ci.yml | 11 # ./x.py run src/tools/expand-yaml-anchors 16 --- 26 # YAML anchors work by defining an anchor with `&anchor-name` and reusing its 27 # content in another place with `*anchor-name`. The special `<<` map key merges 30 # The expand-yaml-anchors tool will automatically remove this block from the 32 x--expand-yaml-anchors--remove: 34 - &shared-ci-variables 40 - &public-variables 41 SCCACHE_BUCKET: rust-lang-ci-sccache2 42 TOOLSTATE_REPO: https://github.com/rust-lang-nursery/rust-toolstate [all …]
|
| /third_party/rust/rust/src/tools/build-manifest/src/ |
| D | main.rs | 16 "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/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 10 . .gitlab-ci/setup-test-env.sh 12 set -x 20 apt-get install -y --no-remove "${EPHEMERAL[@]}" 23 ndk="android-ndk-${ANDROID_NDK_VERSION}" 24 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ 25 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip 26 unzip -d / $ndk.zip "$ndk/source.properties" "$ndk/build/cmake/*" "$ndk/toolchains/llvm/*" 30 rdfind -makehardlinks true -makeresultsfile false /${ndk}/ [all …]
|
| /third_party/skia/m133/third_party/externals/libwebp/infra/ |
| D | compile.sh | 32 set -xe 34 WORKSPACE=${WORKSPACE:-"$(mktemp -d -t webp.XXX)"} 43 BUILD_TYPE supported build type: (shared, static, static-debug) 45 aarch64-linux-clang 46 aarch64-linux-gnu 47 arm-linux-gnueabi 48 arm-neon-linux-gnueabi 50 cmake-aarch64 51 cmake-arm 52 cmake-clang [all …]
|
| /third_party/rust/rust/src/doc/rustc/src/platform-support/ |
| D | openharmony.md | 1 # `*-unknown-linux-ohos` 10 - Amanieu d'Antras ([@Amanieu](https://github.com/Amanieu)) 17 … OpenHarmony SDK from [this page](https://gitee.com/openharmony/docs/tree/master/en/release-notes). 22 `aarch64-unknown-linux-ohos-clang.sh` 26 exec /path/to/ohos-sdk/linux/native/llvm/bin/clang \ 27 -target aarch64-linux-ohos \ 28 --sysroot=/path/to/ohos-sdk/linux/native/sysroot \ 29 -D__MUSL__ \ 33 `aarch64-unknown-linux-ohos-clang++.sh` 37 exec /path/to/ohos-sdk/linux/native/llvm/bin/clang++ \ [all …]
|
| /third_party/rust/rust/tests/codegen/ |
| D | some-abis-do-extend-params-to-32-bits.rs | 1 // compile-flags: -Cno-prepopulate-passes -Copt-level=0 3 // revisions:x86_64 i686 aarch64-apple aarch64-windows aarch64-linux arm riscv 5 //[x86_64] compile-flags: --target x86_64-unknown-uefi 6 //[x86_64] needs-llvm-components: x86 7 //[i686] compile-flags: --target i686-unknown-linux-musl 8 //[i686] needs-llvm-components: x86 9 //[aarch64-windows] compile-flags: --target aarch64-pc-windows-msvc 10 //[aarch64-windows] needs-llvm-components: aarch64 11 //[aarch64-linux] compile-flags: --target aarch64-unknown-linux-gnu 12 //[aarch64-linux] needs-llvm-components: aarch64 [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/dist-x86_64-linux/ |
| D | Dockerfile | 9 RUN yum upgrade -y && \ 10 yum install -y epel-release && \ 11 yum install -y \ 17 gcc-c++ \ 19 glibc-devel.i686 \ 20 glibc-devel.x86_64 \ 21 libedit-devel \ 22 libstdc++-devel.i686 \ 23 libstdc++-devel.x86_64 \ 25 ncurses-devel \ [all …]
|
12345678910>>...41