Searched +full:gcc +full:- +full:aarch64 +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 101) sorted by relevance
12345
| /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 …]
|
| D | test-users.yml | 10 runs-on: ${{ matrix.os }} 15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e… 17 - build: ubuntu 18 os: ubuntu-latest 20 - build: i686-linux 21 os: ubuntu-latest 23 target: i686-unknown-linux-gnu 24 gcc_package: gcc-i686-linux-gnu 25 gcc: i686-linux-gnu-gcc 26 libc_package: libc-dev-i386-cross [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI.yml | 6 build-windows: 7 runs-on: windows-${{ matrix.config.server }} 8 name: build-${{ matrix.config.toolchain}}-${{ matrix.config.arch}} 10 fail-fast: false 13 - {toolchain: Visual Studio 15 2017, arch: Win32, server: 2016} 14 - {toolchain: Visual Studio 15 2017, arch: x64, server: 2016} 15 - {toolchain: Visual Studio 16 2019, arch: Win32, server: 2019} 16 - {toolchain: Visual Studio 16 2019, arch: x64, server: 2019} 17 - {toolchain: Visual Studio 17 2022, arch: Win32, server: 2022} 18 - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022} [all …]
|
| /third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
| D | generate.sh | 2 set -ueo pipefail 4 # Linux's ioctl codes using function-style macros in their definition which 15 cflags="-Wall" 20 i686-linux-gnu-gcc -Iinclude -c list.c $cflags 21 i686-linux-gnu-gcc main.c list.o -o main.exe $cflags 23 x86_64-linux-gnu-gcc -Iinclude -c list.c $cflags 24 x86_64-linux-gnu-gcc main.c list.o -o main.exe $cflags 26 aarch64-linux-gnu-gcc -Iinclude -c list.c $cflags 27 aarch64-linux-gnu-gcc main.c list.o -o main.exe $cflags 28 qemu-aarch64 -L /usr/aarch64-linux-gnu ./main.exe >> "$out" [all …]
|
| /third_party/libffi/ |
| D | README.md | 2 libffi-3.3 was released on November 23, 2019. Check the libffi web 19 told at run-time about the number and types of arguments used to call 46 | --------------- | ---------------- | ----------------------- | 47 | AArch64 (ARM64) | iOS | Clang | 48 | AArch64 | Linux | GCC | 49 | AArch64 | Windows | MSVC | 50 | Alpha | Linux | GCC | 51 | Alpha | Tru64 | GCC | 52 | ARC | Linux | GCC | 53 | ARM | Linux | GCC | [all …]
|
| /third_party/rust/crates/libc/ci/docker/aarch64-unknown-linux-gnu/ |
| D | Dockerfile | 2 RUN apt-get update && apt-get install -y --no-install-recommends \ 3 gcc libc6-dev ca-certificates \ 4 gcc-aarch64-linux-gnu libc6-dev-arm64-cross qemu-user 5 ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc \ 6 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUNNER="qemu-aarch64 -L /usr/aarch64-linux-gnu" \
|
| /third_party/rust/crates/libc/ci/ |
| D | install-musl.sh | 3 # Install musl and musl-sanitized linux kernel headers 4 # to musl-{$1} directory 6 set -ex 9 MUSL="musl-${MUSL_VERSION}" 12 curl --retry 5 https://www.musl-libc.org/releases/${MUSL}.tar.gz | tar xzf - 16 aarch64) 17 musl_arch=aarch64 19 CC=aarch64-linux-gnu-gcc \ 20 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes 21 make install -j4 [all …]
|
| /third_party/elfutils/tests/ |
| D | run-readelf-n.sh | 5 # it under the terms of the GNU General Public License as published by 12 # GNU General Public License for more details. 14 # You should have received a copy of the GNU General Public License 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 . $srcdir/test-subr.sh 19 # - testfile-gnu-property-note.c 26 # gcc -fcf-protection -c testfile-gnu-property-note.c 27 # gcc -o testfile-gnu-property-note testfile-gnu-property-note.o 28 # eu-strip --strip-sections testfile-gnu-property-note 30 testfiles testfile-gnu-property-note.o testfile-gnu-property-note [all …]
|
| /third_party/libunwind/ |
| D | .travis.yml | 3 compiler: gcc 5 - HOST=x86_64-linux-gnu 6 - HOST=x86-linux-gnu 7 - HOST=arm-linux-gnueabihf 8 - HOST=aarch64-linux-gnu 9 - HOST=mipsel-linux-gnu 11 #- HOST=powerpc64-linux-gnu 13 linux-s390x: &linux-s390x 14 os: linux 16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu [all …]
|
| D | README | 3 [](https://travis-ci.or… 5 This library supports several architecture/operating-system combinations: 8 | :------ | :----------- | :----- | 9 | Linux | x86-64 | ✓ | 10 | Linux | x86 | ✓ | 11 | Linux | ARM | ✓ | 12 | Linux | AArch64 | ✓ | 13 | Linux | PPC32 | ✓ | 14 | Linux | PPC64 | ✓ | 15 | Linux | SuperH | ✓ | [all …]
|
| D | README.md | 3 [](https://travis-ci.or… 5 This library supports several architecture/operating-system combinations: 8 | :------ | :----------- | :----- | 9 | Linux | x86-64 | ✓ | 10 | Linux | x86 | ✓ | 11 | Linux | ARM | ✓ | 12 | Linux | AArch64 | ✓ | 13 | Linux | PPC32 | ✓ | 14 | Linux | PPC64 | ✓ | 15 | Linux | SuperH | ✓ | [all …]
|
| /third_party/lz4/.circleci/ |
| D | config.yml | 17 shell: /bin/bash --login 19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-… 21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts 22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results 23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag… 24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images. 26 # We have selected a pre-built image that mirrors the build environment we use on 29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/ 30 # To see the list of pre-built images that CircleCI provides for most common languages see 31 # https://circleci.com/docs/2.0/circleci-images/ [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 25 Unix-like OSes 31 .. code-block:: console 33 sudo apt-get install meson # Ubuntu 37 .. code-block:: console 44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not 45 already installed, use apt-get or dnf to install the *ninja-build* 53 modules (Mako). You also need pkg-config (a hard dependency of Meson), [all …]
|
| /third_party/rust/crates/libc/ci/docker/aarch64-unknown-linux-musl/ |
| D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 gcc make libc6-dev git curl ca-certificates \ 5 gcc-aarch64-linux-gnu qemu-user 7 COPY install-musl.sh / 8 RUN sh /install-musl.sh aarch64 10 # FIXME: shouldn't need the `-lgcc` here, shouldn't that be in libstd? 11 ENV PATH=$PATH:/musl-aarch64/bin:/rust/bin \ 12 CC_aarch64_unknown_linux_musl=musl-gcc \ 13 RUSTFLAGS='-Clink-args=-lgcc -L /musl-aarch64/lib' \ 14 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=musl-gcc \ [all …]
|
| /third_party/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc 20 - linux-mingw64-gcc [all …]
|
| /third_party/libwebsockets/contrib/ |
| D | cross-aarch64.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 10 set(CMAKE_SYSTEM_NAME Linux) 11 set(CMAKE_SYSTEM_PROCESSOR aarch64) 14 set(CMAKE_C_COMPILER "aarch64-linux-gnu-gcc") 15 set(CMAKE_CXX_COMPILER "aarch64-linux-gnu-g++") 19 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 21 # our desire for cross-build release optimization policy for code built to run 25 # sane value for cross-build here. Notice some gcc versions enable broken 26 # optimizations with -O3. 29 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2") [all …]
|
| /third_party/lz4/.circleci/images/primary/ |
| D | Dockerfile | 1 FROM circleci/buildpack-deps:bionic 3 RUN sudo apt-get -y -qq update 4 RUN sudo apt-get -y install software-properties-common 5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 6 RUN sudo apt-get -y install cmake 7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm 8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386 9 RUN sudo apt-get -y install clang clang-tools 10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6 11 RUN sudo apt-get -y install valgrind [all …]
|
| /third_party/openssl/.github/workflows/ |
| D | cross-compiles.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 16 cross-compilation: 18 fail-fast: false 21 # arch: the architecture to build for, this defines the tool-chain 22 # prefix {arch}- and the Debian compiler package gcc-{arch} 35 arch: aarch64-linux-gnu, 36 libs: libc6-dev-arm64-cross, 37 target: linux-aarch64 39 arch: alpha-linux-gnu, 40 libs: libc6.1-dev-alpha-cross, [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | build-rust.sh | 3 # Note that this script is not actually "building" rust, but build- is the 6 set -ex 11 mkdir -p $HOME/.cargo 12 ln -s /usr/local/bin $HOME/.cargo/bin 20 wget https://sh.rustup.rs -O - | \ 21 sh -s -- -y --default-toolchain 1.49.0-2020-12-31 23 # Set up a config script for cross compiling -- cargo needs your system cc for 26 [target.armv7-unknown-linux-gnueabihf] 27 linker = "arm-linux-gnueabihf-gcc" 29 [target.aarch64-unknown-linux-gnu] [all …]
|
| D | create-cross-file.sh | 4 cross_file="/cross_file-$arch.txt" 5 /usr/share/meson/debcrossgen --arch $arch -o "$cross_file" 7 sed -i "s|/usr/bin/\([^-]*\)-linux-gnu\([^-]*\)-g|/usr/lib/ccache/\\1-linux-gnu\\2-g|g" "$cross_fil… 10 sed -i "s|cpu_family = 'i686'|cpu_family = 'x86'|g" "$cross_file" 12 # Rely on qemu-user being configured in binfmt_misc on the host 13 sed -i -e '/\[properties\]/a\' -e "needs_exe_wrapper = False" "$cross_file" 16 cc=`sed -n 's|c = .\(.*\).|\1|p' < $cross_file` 18 rust_target=aarch64-unknown-linux-gnu 20 rust_target=armv7-unknown-linux-gnueabihf 22 rust_target=i686-unknown-linux-gnu [all …]
|
| /third_party/optimized-routines/ |
| D | config.mk.dist | 3 # Copyright (c) 2018-2020, Arm Limited. 4 # SPDX-License-Identifier: MIT 9 # Target architecture: aarch64, arm or x86_64 10 ARCH = aarch64 12 # Use for cross compilation with gcc. 13 #CROSS_COMPILE = aarch64-none-linux-gnu- 16 CC = $(CROSS_COMPILE)gcc 17 CFLAGS = -std=c99 -pipe -O3 18 CFLAGS += -Wall -Wno-missing-braces 19 CFLAGS += -Werror=implicit-function-declaration [all …]
|
| /third_party/protobuf/protoc-artifacts/ |
| D | build-protoc.sh | 4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe 6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET> 8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH> 11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc 12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc 13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu 14 # linux linux x86_32 15 # linux linux x86_64 16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc 17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/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-unknown-linux-gnu" 34 #define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-linux-gnu" 36 #define LLVM_DEFAULT_TARGET_TRIPLE "armv7-linux-gnueabihf" 38 #define LLVM_DEFAULT_TARGET_TRIPLE "aarch64-linux-gnu" 40 #define LLVM_DEFAULT_TARGET_TRIPLE "mipsel-linux-gnu" 42 #define LLVM_DEFAULT_TARGET_TRIPLE "mips64el-linux-gnuabi64" [all …]
|
| /third_party/jerryscript/cmake/ |
| D | toolchain_linux_aarch64.cmake | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set(CMAKE_SYSTEM_NAME Linux) 16 set(CMAKE_SYSTEM_PROCESSOR aarch64) 18 set(CMAKE_C_COMPILER aarch64-linux-gnu-gcc)
|
| /third_party/openh264/ |
| D | README.md | 6 ---------------- 7 - Constrained Baseline Profile up to Level 5.2 (Max frame size is 36864 macro-blocks) 8 - Arbitrary resolution, not constrained to multiples of 16x16 9 - Rate control with adaptive quantization, or constant quantization 10 - Slice options: 1 slice per frame, N slices per frame, N macroblocks per slice, or N bytes per sli… 11 - Multiple threads automatically used for multiple slices 12 - Temporal scalability up to 4 layers in a dyadic hierarchy 13 - Simulcast AVC up to 4 resolutions from a single input 14 - Spatial simulcast up to 4 resolutions from a single input 15 - Long Term Reference (LTR) frames [all …]
|
12345