Searched +full:i686 +full:- +full:linux +full:- +full:android (Results 1 – 25 of 61) sorted by relevance
123
| /third_party/rust/crates/nix/ |
| D | .cirrus.yml | 8 RUSTFLAGS: -D warnings 9 RUSTDOCFLAGS: -D warnings 18 - . $HOME/.cargo/env || true 19 - $TOOL +$TOOLCHAIN -Vv 20 - rustc +$TOOLCHAIN -Vv 21 - $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets 22 - $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET 23 - $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET --all-targets -- -D warnings 24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi 25 …- if [ -z "$NOHACK" ]; then curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/downl… [all …]
|
| D | bors.toml | 2 "Android aarch64", 3 "Android arm", 4 "Android armv7", 5 "Android i686", 6 "Android x86_64", 8 "FreeBSD 12 amd64 & i686", 9 "FreeBSD 14 amd64 & i686", 11 "Linux MIPS", 12 "Linux MIPS64 el", 13 "Linux MIPS64", [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/minimal-lexical/.github/workflows/ |
| D | Cross.yml | 11 runs-on: ubuntu-latest 13 fail-fast: false 16 # Android 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 [all …]
|
| /third_party/rust/crates/libc/ci/docker/i686-linux-android/ |
| D | Dockerfile | 3 RUN dpkg --add-architecture i386 4 RUN apt-get update 5 RUN apt-get install -y --no-install-recommends libc6-dev gcc 6 RUN apt-get install -y --no-install-recommends \ 9 ca-certificates \ 11 python3-distutils \ 14 openjdk-8-jre \ 18 WORKDIR /android/ 19 COPY android* /android/ 21 ENV ANDROID_ARCH=i686 [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 3 set -ex 11 apt-get install -y --no-remove $EPHEMERAL 14 ndk=android-ndk-r21d 15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip 16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/ 22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f 24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 27 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 [all …]
|
| /third_party/rust/crates/libc/ci/ |
| 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 …]
|
| 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 | android-install-ndk.sh | 3 set -ex 5 NDK=android-ndk-r21d 6 wget --tries=20 -q https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip 7 unzip -q ${NDK}-linux-x86_64.zip 22 i686) 37 --install-dir "/android/ndk-${1}" \ 38 --arch "${arch}" \ 39 --api ${api} 41 rm -rf ./${NDK}-linux-x86_64.zip ./${NDK}
|
| D | android-install-sdk.sh | 3 set -ex 13 mkdir -p sdk/cmdline-tools 14 wget -q --tries=20 https://dl.google.com/android/repository/commandlinetools-linux-${SDK}_latest.zip 15 unzip -q -d sdk/cmdline-tools commandlinetools-linux-${SDK}_latest.zip 20 image="system-images;android-${api};default;armeabi-v7a" 24 image="system-images;android-${api};google_apis;arm64-v8a" 26 i686) 28 image="system-images;android-${api};default;x86" 32 image="system-images;android-${api};default;x86_64" 42 mkdir -p /root/.android/ [all …]
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly 34 os: ubuntu-latest [all …]
|
| /third_party/rust/crates/libc/.github/workflows/ |
| D | bors.yml | 6 - 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/third_party/externals/swiftshader/third_party/llvm-10.0/configs/android/include/llvm/Config/ |
| D | llvm-config.h | 1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/ 6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ 8 /*===----------------------------------------------------------------------===*/ 12 This is a C header that can be included in the llvm-c headers. */ 32 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-linux-android" 34 #define LLVM_DEFAULT_TARGET_TRIPLE "i686-linux-android" 36 #define LLVM_DEFAULT_TARGET_TRIPLE "armv7-linux-androideabi" 38 #define LLVM_DEFAULT_TARGET_TRIPLE "aarch64-linux-android" 51 #define LLVM_HOST_TRIPLE "x86_64-linux-android" 53 #define LLVM_HOST_TRIPLE "i686-linux-android" [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | create-android-ndk-pc.sh | 3 # Makes a .pc file in the Android NDK for meson to find its libraries. 5 set -ex 13 sysroot=$ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot 16 x86_64-linux-android \ 17 i686-linux-android \ 18 aarch64-linux-android \ 19 arm-linux-androideabi; do 21 mkdir -p $pcdir 35 Libs: -L$sysroot/usr/lib/$arch/29 $libs 36 Cflags: -I$sysroot/usr/include $cflags
|
| /third_party/skia/gn/ |
| D | platform.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 22 if (host_os == "linux") { 23 ndk_host = "linux-x86_64" 25 ndk_host = "darwin-x86_64" 27 ndk_host = "windows-x86_64" 31 ndk_target = "aarch64-linux-android" 32 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver" 34 ndk_target = "armv7a-linux-androideabi" 35 ndk_gdbserver = "prebuilt/android-arm/gdbserver/gdbserver" 37 ndk_target = "x86_64-linux-android" [all …]
|
| D | BUILDCONFIG.gn | 3 # Use of this source code is governed by a BSD-style license that can be 17 # Android 5.0, Lollipop 47 # This is just to make the Dawn build files happy. Skia itself uses target_os = "linux" 83 if (host_os == "linux") { 84 ndk_host = "linux-x86_64" 86 ndk_host = "darwin-x86_64" 88 ndk_host = "windows-x86_64" 92 ndk_target = "aarch64-linux-android" 93 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver" 95 ndk_target = "armv7a-linux-androideabi" [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
| D | update.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 29 # LLVM_BRANCH must match the value of the same variable in third_party/update-llvm-10.sh 32 … must be set to the commit hash that we last updated to when running third_party/update-llvm-10.sh. 33 # Run 'git show -s origin/llvm10-clean' and look for 'llvm-10-update: <hash>' to retrieve it. 37 LLVM_STAGING_DIR = path.abspath(path.join(tempfile.gettempdir(), "llvm-10")) 51 # Per-platform arches 53 'android': [ 54 ('__x86_64__', 'x86_64-linux-android'), 55 ('__i386__', 'i686-linux-android'), 56 ('__arm__', 'armv7-linux-androideabi'), [all …]
|
| /third_party/node/ |
| D | android_configure.py | 7 print("- Patches List -") 8 …print("[1] [deps/v8/src/trap-handler/trap-handler.h] related to https://github.com/nodejs/node/iss… 9 if platform.system() == "Linux": 10 …os.system('patch -f ./deps/v8/src/trap-handler/trap-handler.h < ./android-patches/trap-handler.h.p… 14 print("android-configure is not supported on Windows yet.") 22 …print("Usage: ./android-configure [patch] <path to the Android NDK> <Android SDK version> <target … 26 print("\033[91mError: \033[0m" + "Invalid path to the Android NDK") 30 print("\033[91mError: \033[0m" + "Android SDK version must be at least 24 (Android 7.0)") 39 TOOLCHAIN_PREFIX = "armv7a-linux-androideabi" 42 TOOLCHAIN_PREFIX = "aarch64-linux-android" [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | config.sub | 3 # Copyright 1992-2014 Free Software Foundation, Inc. 5 timestamp='2014-09-11' 28 # Please send patches with a ChangeLog entry to config-patches@gnu.org. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS 62 -h, --help print this help, then exit 63 -t, --time-stamp print date of last modification, then exit [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | config.sub | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 28 # Please send patches to <config-patches@gnu.org>. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 61 -h, --help print this help, then exit 62 -t, --time-stamp print date of last modification, then exit [all …]
|
| /third_party/lame/ |
| D | config.sub | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-05-24' 28 # Please send patches to <config-patches@gnu.org>. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 61 -h, --help print this help, then exit 62 -t, --time-stamp print date of last modification, then exit [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 22 building libjpeg-turbo. 25 Red Hat Enterprise Linux 8 and in the PowerTools repository on CentOS 8, 28 The binary RPMs released by the NASM project do not work on older Linux [all …]
|
| /third_party/node/deps/cares/ |
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
| /third_party/icu/icu4c/source/ |
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
| /third_party/libevdev/build-aux/ |
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
123