| /external/sdv/vsomeip/third_party/boost/atomic/ |
| D | .travis.yml | 2 # Copyright 2019 - 2020 Andrey Semashev 14 - master 15 - develop 16 - /feature\/.*/ 20 - BOGUS_JOB=true 25 - env: BOGUS_JOB=true 28 # gcc, Linux 29 - os: linux 31 compiler: gcc-4.4 32 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD64=98,0x CXXSTD32=98,0x INSTRUCTION_SET=core2 [all …]
|
| /external/jemalloc_new/ |
| D | .travis.yml | 6 - os: linux 7 … env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 8 - os: osx 9 … env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 10 - os: linux 11 … CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 12 - os: linux 13 …env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-boun… 17 - gcc-multilib 18 - os: linux [all …]
|
| /external/clang/include/clang/Driver/ |
| D | Multilib.h | 1 //===--- Multilib.h ---------------------------------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 24 /// This corresponds to a single GCC Multilib, or a segment of one controlled 26 class Multilib { 37 Multilib(StringRef GCCSuffix = "", StringRef OSSuffix = "", 40 /// \brief Get the detected GCC installation path suffix for the multi-arch 47 /// Set the GCC installation path suffix. 48 Multilib &gccSuffix(StringRef S); 50 /// \brief Get the detected os path suffix for the multi-arch 58 Multilib &osSuffix(StringRef S); [all …]
|
| /external/libcxx/utils/docker/debian9/ |
| D | Dockerfile | 1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===// 8 #===----------------------------------------------------------------------===// 10 # Setup the base builder image with the packages we'll need to build GCC and Clang from source. 11 FROM launcher.gcr.io/google/debian9:latest as builder-base 14 RUN apt-get update && \ 15 apt-get install -y --no-install-recommends \ 16 ca-certificates \ 18 build-essential \ 25 ninja-build \ 28 gcc-multilib \ [all …]
|
| /external/clang/unittests/Driver/ |
| D | ToolChainTest.cpp | 1 //===- unittests/Driver/ToolChainTest.cpp --- ToolChain tests -------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 36 Driver TheDriver("/bin/clang", "arm-linux-gnueabihf", Diags, in TEST() 42 "/usr/lib/gcc/arm-linux-gnueabi/4.6.1/crtbegin.o", in TEST() 43 "/usr/lib/gcc/arm-linux-gnueabi/4.6.1/crtend.o", in TEST() 44 "/usr/lib/gcc/arm-linux-gnueabihf/4.6.3/crtbegin.o", in TEST() 45 "/usr/lib/gcc/arm-linux-gnueabihf/4.6.3/crtend.o", in TEST() 46 "/usr/lib/arm-linux-gnueabi/crt1.o", in TEST() 47 "/usr/lib/arm-linux-gnueabi/crti.o", in TEST() [all …]
|
| /external/cronet/build/ |
| D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be 23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode() 31 def package_exists(package_name: str) -> bool: 38 parser.add_argument("--syms", 42 "--no-syms", 48 "--lib32", 50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot", 53 "--android", 58 "--no-android", 63 parser.add_argument("--arm", [all …]
|
| /external/zstd/ |
| D | Makefile | 5 # 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/libcxx/utils/google-benchmark/ |
| D | .travis.yml | 7 - /usr/local/bin:$PATH 11 - compiler: gcc 15 - lcov 16 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage 17 - compiler: gcc 18 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Debug 19 - compiler: gcc 20 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release 21 - compiler: gcc 25 - g++-multilib [all …]
|
| /external/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 …]
|
| /external/cronet/third_party/google_benchmark/src/ |
| D | .travis.yml | 7 - compiler: gcc 11 - lcov 12 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON [all …]
|
| /external/google-benchmark/ |
| D | .travis.yml | 7 - compiler: gcc 11 - lcov 12 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON [all …]
|
| /external/clang/lib/Driver/ |
| D | ToolChains.cpp | 1 //===--- ToolChains.cpp - ToolChain Implementations -------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 53 /// Darwin - Darwin tool chain for i386 and x86_64. 60 // Darwin always preprocesses assembly files (unless -x is used explicitly). in LookupTypeForExtension() 114 .Cases("armv7a", "armv7-a", "armv7") in ArmMachOArchName() 115 .Cases("armv7r", "armv7-r", "armv7") in ArmMachOArchName() 116 .Cases("armv7em", "armv7e-m", "armv7em") in ArmMachOArchName() 117 .Cases("armv7k", "armv7-k", "armv7k") in ArmMachOArchName() 118 .Cases("armv7m", "armv7-m", "armv7m") in ArmMachOArchName() 119 .Cases("armv7s", "armv7-s", "armv7s") in ArmMachOArchName() [all …]
|
| D | ToolChains.h | 1 //===--- ToolChains.h - ToolChain Implementations ---------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 17 #include "clang/Driver/Multilib.h" 30 /// Generic_GCC - A tool chain using the 'gcc' command to perform 31 /// all subcommands; this relies on gcc translating the majority of 35 /// \brief Struct to store and manipulate GCC versions. 37 /// We rely on assumptions about the form and structure of GCC version 38 /// numbers: they consist of at most three '.'-separated components, and each 39 /// component is a non-negative integer except for the last component. For 45 /// a hard-coded patch number to those with a hard coded patch number. [all …]
|
| /external/AFLplusplus/ |
| D | Dockerfile | 3 # installs LLVM 14 for afl-clang-lto support. 5 # GCC 11 is used instead of 12 because genhtml for afl-cov doesn't like it. 21 # GCC 12 is producing compile errors for some targets so we stay at GCC 11 31 RUN apt-get update && apt-get full-upgrade -y && \ 32 apt-get install -y --no-install-recommends wget ca-certificates apt-utils && \ 33 rm -rf /var/lib/apt/lists/* 35 RUN echo "deb [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key] http://apt.llvm.org/jammy/ llvm-t… 36 wget -qO /etc/apt/keyrings/llvm-snapshot.gpg.key https://apt.llvm.org/llvm-snapshot.gpg.key 38 RUN apt-get update && \ 39 apt-get -y install --no-install-recommends \ [all …]
|
| /external/lz4/.github/workflows/ |
| D | ci.yml | 6 # - gcc 7 # - clang 10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'. 11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <… 12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion… 20 lz4-c-compilers: 23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed. 28 …# pkgs : apt-get package names. It can include multiple package names which are delimit… 33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'. 37 # Usually, it requires Linux, x86_64 and gcc/g++. [all …]
|
| /external/libffi/.travis/ |
| D | install.sh | 2 set -x 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) 25 alpha-linux-gnu | arm32v7-linux-gnu | m68k-linux-gnu | sh4-linux-gnu | s390x-linux-gnu ) [all …]
|
| D | wine-sim.exp | 17 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 set_board_info target_install {i686-w64-mingw32} 26 set_board_info sim "wineconsole --backend=curses" 29 # No multilib options needed by default. 32 # We only support newlib on this target. We assume that all multilib 49 set_board_info gcc,timeout 800 52 # Used by a few gcc.c-torture testcases to delimit how large the stack can 54 set_board_info gcc,stack_size 5000
|
| D | moxie-sim.exp | 17 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 set_board_info target_install {moxie-elf} 26 # basic-sim.exp is a basic description for the standard Cygnus simulator. 27 load_base_board_description "basic-sim" 32 # No multilib options needed by default. 35 # We only support newlib on this target. We assume that all multilib 42 set_board_info ldscript "-Tsim.ld" 54 set_board_info gcc,timeout 800 57 # Used by a few gcc.c-torture testcases to delimit how large the stack can 59 set_board_info gcc,stack_size 5000
|
| D | or1k-sim.exp | 17 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 set_board_info target_install {or1k-elf} 26 # basic-sim.exp is a basic description for the standard Cygnus simulator. 27 load_base_board_description "basic-sim" 32 # No multilib options needed by default. 35 # We only support newlib on this target. We assume that all multilib 52 set_board_info gcc,timeout 800 55 # Used by a few gcc.c-torture testcases to delimit how large the stack can 57 set_board_info gcc,stack_size 5000
|
| D | bfin-sim.exp | 17 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 set_board_info target_install {bfin-elf} 26 # basic-sim.exp is a basic description for the standard Cygnus simulator. 27 load_base_board_description "basic-sim" 32 # No multilib options needed by default. 35 # We only support newlib on this target. We assume that all multilib 52 set_board_info gcc,timeout 800 55 # Used by a few gcc.c-torture testcases to delimit how large the stack can 57 set_board_info gcc,stack_size 5000
|
| D | m32r-sim.exp | 17 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 set_board_info target_install {m32r-elf} 26 # basic-sim.exp is a basic description for the standard Cygnus simulator. 27 load_base_board_description "basic-sim" 32 # No multilib options needed by default. 35 # We only support newlib on this target. We assume that all multilib 52 set_board_info gcc,timeout 800 55 # Used by a few gcc.c-torture testcases to delimit how large the stack can 57 set_board_info gcc,stack_size 5000
|
| /external/angle/build/ |
| D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be 23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode() 31 def package_exists(package_name: str) -> bool: 38 parser.add_argument("--syms", 42 "--no-syms", 48 "--lib32", 50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot", 53 "--android", 58 "--no-android", 63 parser.add_argument("--arm", [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | pkgcheck.yml | 4 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/openthread/.github/workflows/ |
| D | simulation-1.2.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 43 permissions: # added using https://github.com/step-security/secure-workflows 48 thread-1-3: 49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }} 50 runs-on: ubuntu-20.04 52 CFLAGS: -${{ matrix.arch }} [all …]
|
| D | simulation-1.1.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 packet-verification: 49 runs-on: ubuntu-20.04 57 - name: Harden Runner 58 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 60 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs [all …]
|