Home
last modified time | relevance | path

Searched +full:gcc +full:- +full:aarch64 +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
13 compiler: gcc
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
18 compiler: gcc
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
13 compiler: gcc
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
18 compiler: gcc
[all …]
Dpkgcheck.yml4 ci-pkgcheck:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
13 compiler: gcc
14 cxx-compiler: g++
16 - name: Ubuntu GCC -m32
17 os: ubuntu-latest
18 compiler: gcc
[all …]
/external/liburing/.github/workflows/
Dbuild.yml10 runs-on: ubuntu-latest
13 fail-fast: false
16 # x86-64 gcc
17 - arch: x86_64
18 cc_pkg: gcc-x86-64-linux-gnu
19 cxx_pkg: g++-x86-64-linux-gnu
20 cc: x86_64-linux-gnu-gcc
21 cxx: x86_64-linux-gnu-g++
23 # x86-64 clang
24 - arch: x86_64
[all …]
/external/tensorflow/tensorflow/lite/tools/cmake/
Ddownload_toolchains.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
23 mkdir -p ${TOOLCHAINS_DIR}
27 if [[ ! -d "${TOOLCHAINS_DIR}/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf" ]]; then
28-LO https://storage.googleapis.com/mirror.tensorflow.org/developer.arm.com/media/Files/downloads/g…
29 tar xvf gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C ${TOOLCHAINS_DIR} >&2
31 ARMCC_ROOT=${TOOLCHAINS_DIR}/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf
32 echo "ARMCC_FLAGS=\"-march=armv7-a -mfpu=neon-vfpv4 -funsafe-math-optimizations \
33 -isystem ${ARMCC_ROOT}/lib/gcc/arm-linux-gnueabihf/8.3.0/include \
34 -isystem ${ARMCC_ROOT}/lib/gcc/arm-linux-gnueabihf/8.3.0/include-fixed \
[all …]
/external/tensorflow/tensorflow/tools/toolchains/embedded/arm-linux/
Dcc_config.bzl.tpl19 if (ctx.attr.cpu == "aarch64"):
20 toolchain_identifier = "aarch64-linux-gnu"
21 host_system_name = "aarch64"
22 target_system_name = "aarch64"
23 target_cpu = "aarch64"
24 target_libc = "aarch64"
25 abi_version = "aarch64"
26 abi_libc_version = "aarch64"
28 toolchain_identifier = "armhf-linux-gnueabihf"
92 if (ctx.attr.cpu == "aarch64" or ctx.attr.cpu == "armhf"):
[all …]
Daarch64-linux-toolchain.BUILD4 name = "gcc",
6 "bin/aarch64-linux-gnu-gcc",
13 "bin/aarch64-linux-gnu-ar",
20 "bin/aarch64-linux-gnu-ld",
27 "bin/aarch64-linux-gnu-nm",
34 "bin/aarch64-linux-gnu-objcopy",
41 "bin/aarch64-linux-gnu-objdump",
48 "bin/aarch64-linux-gnu-strip",
55 "bin/aarch64-linux-gnu-as",
62 "aarch64-linux-gnu/**",
[all …]
/external/cronet/third_party/protobuf/toolchain/
DBUILD8 "osx-x86_64": "cc-compiler-osx-x86_64",
9 "osx-aarch_64": "cc-compiler-osx-aarch_64",
10 "linux-aarch_64": "cc-compiler-linux-aarch_64",
11 "linux-ppcle_64": "cc-compiler-linux-ppcle_64",
12 "linux-s390_64": "cc-compiler-linux-s390_64",
13 "linux-x86_32": "cc-compiler-linux-x86_32",
14 "linux-x86_64": "cc-compiler-linux-x86_64",
15 "win32": "cc-compiler-windows-x86_32",
16 "win64": "cc-compiler-windows-x86_64",
36 toolchain_config = ":" + cpu + "-config",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/cpus/arm/
Dcc_config.bzl.tpl20 toolchain_identifier = "arm-linux-gnueabihf"
21 elif (ctx.attr.cpu == "aarch64"):
22 toolchain_identifier = "aarch64-linux-gnu"
30 elif (ctx.attr.cpu == "aarch64"):
31 host_system_name = "aarch64"
39 elif (ctx.attr.cpu == "aarch64"):
40 target_system_name = "aarch64"
48 elif (ctx.attr.cpu == "aarch64"):
49 target_cpu = "aarch64"
57 elif (ctx.attr.cpu == "aarch64"):
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_cmake_arm.md6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
21 and Mendel Linux 4.0. Depending on your target glibc version and CPU
28 ldd --version
31 <pre class="tfo-notebook-code-cell-output">
32 ldd (Debian GLIBC 2.28-10) 2.28
41 If your target is ARM 32-bit, there are two ABI available depending on VFP
54 <pre class="tfo-notebook-code-cell-output">
66 ## Build for AArch64 (ARM64)
68 This instruction shows how to build AArch64 binary which is compatible with
69 [Coral Mendel Linux 4.0](https://coral.ai/), Raspberry Pi (with
[all …]
/external/XNNPACK/cmake/
Daarch64.toolchain3 # This source code is licensed under the BSD-style license found in the
6 SET(CMAKE_SYSTEM_NAME Linux)
7 SET(CMAKE_SYSTEM_PROCESSOR aarch64)
10 SET(CMAKE_C_COMPILER "aarch64-linux-gnu-gcc")
11 SET(CMAKE_ASM_COMPILER "aarch64-linux-gnu-gcc")
12 SET(CMAKE_CXX_COMPILER "aarch64-linux-gnu-g++")
14 SET(CMAKE_FIND_ROOT_PATH "/usr/aarch64-linux-gnu")
15 SET(CMAKE_INCLUDE_PATH "/usr/include/aarch64-linux-gnu")
16 SET(CMAKE_LIBRARY_PATH "/usr/lib/aarch64-linux-gnu")
17 SET(CMAKE_PROGRAM_PATH "/usr/bin/aarch64-linux-gnu")
[all …]
/external/crosvm/tools/
Dinstall-aarch64-deps3 # Use of this source code is governed by a BSD-style license that can be
5 set -ex
7 sudo apt-get install --yes --no-install-recommends \
8 gcc-aarch64-linux-gnu \
9 ipxe-qemu \
10 libavcodec-dev:arm64 \
11 libavutil-dev:arm64 \
12 libc-dev:arm64 \
13 libcap-dev:arm64 \
14 libdbus-1-dev:arm64 \
[all …]
/external/crosvm/.cargo/
Dconfig.debian.toml2 [target.armv7-unknown-linux-gnueabihf]
3 linker = "arm-linux-gnueabihf-gcc"
4 runner = "qemu-arm-static"
5 [target.aarch64-unknown-linux-gnu]
6 linker = "aarch64-linux-gnu-gcc"
7 runner = "qemu-aarch64-static"
8 [target.riscv64gc-unknown-linux-gnu]
9 linker = "riscv64-linux-gnu-gcc"
10 runner = "qemu-riscv64-static"
11 [target.x86_64-pc-windows-gnu]
[all …]
/external/libffi/
DREADME.md4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf…
7 libffi-3.3 was released on November 23, 2019. Check the libffi web
24 told at run-time about the number and types of arguments used to call
51 | --------------- | ---------------- | ----------------------- |
52 | AArch64 (ARM64) | iOS | Clang |
53 | AArch64 | Linux | GCC |
54 | AArch64 | Windows | MSVC |
55 | Alpha | Linux | GCC |
56 | Alpha | Tru64 | GCC |
57 | ARC | Linux | GCC |
[all …]
D.travis.yml1 ---
6 # For qemu-powered targets, get the list of supported processors from
7 # travis by setting QEMU_CPU=help, then set -mcpu= for the compilers
12 - os: linux
13 env: HOST=or1k-elf RUNTESTFLAGS="--target_board or1k-sim" DEJAGNU="/opt/.travis/site.exp"
14 - os: linux
15 env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="/opt/.travis/site.exp"
16 - os: linux
17 env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="/opt/.travis/site.exp"
19 # - os: osx
[all …]
DREADME4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
54 | AArch64 (ARM64) | iOS | Clang |
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
[all …]
/external/libavc/cmake/toolchains/
Daarch64_toolchain.cmake1 set(CMAKE_SYSTEM_NAME Linux)
2 set(CMAKE_SYSTEM_PROCESSOR aarch64)
6 set(CMAKE_C_COMPILER aarch64-linux-gnu-gcc)
7 set(CMAKE_CXX_COMPILER aarch64-linux-gnu-g++)
9 aarch64-linux-gnu-gcc-ar
12 aarch64-linux-gnu-gcc-ar
/external/libhevc/cmake/toolchains/
Daarch64_toolchain.cmake1 set(CMAKE_SYSTEM_NAME Linux)
2 set(CMAKE_SYSTEM_PROCESSOR aarch64)
6 set(CMAKE_C_COMPILER aarch64-linux-gnu-gcc)
7 set(CMAKE_CXX_COMPILER aarch64-linux-gnu-g++)
9 aarch64-linux-gnu-gcc-ar
12 aarch64-linux-gnu-gcc-ar
/external/protobuf/toolchain/
DBUILD.bazel8 "osx-x86_64": "cc-compiler-osx-x86_64",
9 "osx-aarch_64": "cc-compiler-osx-aarch_64",
10 "linux-aarch_64": "cc-compiler-linux-aarch_64",
11 "linux-ppcle_64": "cc-compiler-linux-ppcle_64",
12 "linux-s390_64": "cc-compiler-linux-s390_64",
13 "linux-x86_32": "cc-compiler-linux-x86_32",
14 "linux-x86_64": "cc-compiler-linux-x86_64",
15 "win32": "cc-compiler-windows-x86_32",
16 "win64": "cc-compiler-windows-x86_64",
17 "k8": "cc-compiler-k8",
[all …]
/external/crosvm/jail/seccomp/
Dgenerate_constants.sh3 # Use of this source code is governed by a BSD-style license that can be
6 # Run this script to re-generate the seccomp/*/constants.json files for
9 set -ex
18 TMP_DIR="$(mktemp -d)"
20 rm -rf "$TMP_DIR"
25 for arch in "x86_64" "arm" "aarch64" "riscv64"; do
27 mkdir -p "$BUILD_DIR"
30 # Pick the right cross-compiler
32 export CC="gcc"
33 TARGET="x86_64-unknown-linux-gnu"
[all …]
/external/webp/infra/
Dcompile.sh32 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 …]
/external/libffi/.travis/
Dinstall.sh2 set -x
4 if [[ $TRAVIS_OS_NAME != 'linux' ]]; then
5 brew update > brew-update.log 2>&1
11 wget -qO - https://rl.gl/cli/rlgl-darwin-amd64.tgz | \
12 tar --strip-components=2 -xvzf - ./rlgl/rlgl
17 wget -qO - http://rl.gl/cli/rlgl-linux-amd64.tgz | \
18 tar --strip-components=2 -xvzf - ./rlgl/rlgl
20 sudo apt-get clean # clear the cache
21 sudo apt-get update
23 aarch64-linux-gnu | powerpc64le-unknown-linux-gnu | mips64el-linux-gnu | sparc64-linux-gnu)
[all …]
/external/igt-gpu-tools/
Dmeson-cross-arm64.txt2 c = '/usr/bin/aarch64-linux-gnu-gcc'
3 ar = '/usr/bin/aarch64-linux-gnu-gcc-ar'
4 strip = '/usr/bin/aarch64-linux-gnu-strip'
5 pkgconfig = 'pkg-config'
6 exe_wrapper = 'qemu-aarch64'
9 system = 'linux'
10 cpu_family = 'aarch64'
11 cpu = 'aarch64'
/external/zstd/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
59 $(MAKE) -C $(TESTDIR) all32
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
DREADME4 libffi-3.1 was released on May 19, 2014. Check the libffi web page
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
54 | AArch64 (ARM64) | iOS | Clang |
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
[all …]

1234567891011