Searched +full:gcc +full:- +full:multilib (Results 1 – 25 of 53) sorted by relevance
123
| /third_party/jerryscript/ |
| D | .travis.yml | 9 script: tools/run-tests.py $OPTS 14 - name: "Checks" 16 …- tools/run-tests.py --check-signed-off=travis --check-doxygen --check-vera --check-license --chec… 17 - travis_wait 40 tools/run-tests.py --check-cppcheck 22 - name: "Linux/x86-64 Build, Correctness & Debugger Tests" 24 - OPTS="--quiet --jerry-tests --jerry-test-suite --jerry-debugger" 26 - name: "Linux/x86 (cpointer-32bit) Build & Correctness Tests" 28 …- OPTS="--quiet --jerry-tests --jerry-test-suite --buildoptions=--compile-flag=-m32,--cpointer-32b… 31 packages: [gcc-multilib] 33 - name: "Linux/ARM Build & Correctness Tests" [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/Configurations/ |
| D | 10-main.conf | 1 ## -*- mode: perl; -*- 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o " }; 20 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 33 my $ver=`nasm -v 2>NUL`; 34 my $vew=`nasmw -v 2>NUL`; 38 asflags => "-f win32", 39 asoutflag => "-o ", [all …]
|
| D | README.md | 10 *.tmpl Build file templates, please read 'Build-file 66 "gcc" or "clang". This command is normally 95 like "-fPIC". 139 shared library as 'libssl.so -> libssl.so.1.1' with 141 definition that sets 'shlib_variant => "-abc"' will 142 create 'libssl.so -> libssl-abc.so.1.1', again with 149 and all non-alphanumeric characters to '_'. 172 even when 'no-asm' is given, even though it contains 179 - as index for targets found in shared_info.pl. 180 - as linker script generation selector. [all …]
|
| /third_party/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 …]
|
| /third_party/musl/scripts/build_lite/ |
| D | Makefile | 1 # Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 2 # Copyright (c) 2020-2022 Huawei Device Co., Ltd. All rights reserved. 31 ifneq ($(GCC),) 33 CROSS_COMPILE = $(GCC:%gcc=%) 34 CC = $(GCC) $(ARCH_CFLAGS) 35 MULTILIB = $(patsubst %.,%,$(shell $(CC) -print-multi-directory)) macro 37 TARGET = $(ARCH)-liteos-ohos 39 CROSS_COMPILE = $(CLANG:%clang=%llvm-) 40 CC = $(CLANG) --target=$(TARGET) $(ARCH_CFLAGS) 41 MULTILIB = $(patsubst $(dir $(shell $(filter-out $(ARCH_CFLAGS),$(CC)) -print-libgcc-file-name))%,/… macro [all …]
|
| /third_party/skia/infra/docker/debian9/ |
| D | Dockerfile | 1 FROM debian:9-slim 3 # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199 4 # Needed for installing openjdk-8-headless on debian:9-slim 5 RUN mkdir -p /usr/share/man/man1 7 RUN apt-get update && apt-get upgrade -y && apt-get install -y \ 8 build-essential \ 10 libosmesa-dev \ 11 libexpat1-dev \ 14 poppler-utils \ 16 gcc-multilib \ [all …]
|
| /third_party/rust/crates/libc/ci/docker/i686-unknown-linux-musl/ |
| D | Dockerfile | 3 RUN dpkg --add-architecture i386 4 RUN apt-get update 5 RUN apt-get install -y --no-install-recommends \ 6 gcc-multilib make libc6-dev git curl ca-certificates libc6-i386 8 COPY install-musl.sh / 9 RUN sh /install-musl.sh i686 11 ENV PATH=$PATH:/musl-i686/bin:/rust/bin \ 12 CC_i686_unknown_linux_musl=musl-gcc \ 13 RUSTFLAGS="-L /musl-i686/lib"
|
| /third_party/jerryscript/tools/ |
| D | apt-get-install-deps.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 21 ${SUDO} apt-get update -q 22 ${SUDO} apt-get install -q -y \ 24 gcc gcc-multilib \ 26 cppcheck vera++ python pylint python-serial
|
| /third_party/cJSON/tests/unity/ |
| D | .travis.yml | 5 - os: osx 8 - os: linux 10 compiler: gcc 13 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.1 && rvm use 2.1 && ruby -v; fi 14 …- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install --assume-yes --quiet gcc-multilib… 16 - gem install rspec 17 - gem install rubocop 19 - cd test && rake ci 20 - make -s 21 - make -s DEBUG=-m32 #32-bit architecture with 64-bit support [all …]
|
| /third_party/vulkan-loader/.github/workflows/ |
| D | build.yml | 1 # Copyright (c) 2021-2023 Valve Corporation 2 # Copyright (c) 2021-2023 LunarG, Inc. 8 # http://www.apache.org/licenses/LICENSE-2.0 21 # https://docs.github.com/en/actions/using-jobs/using-concurrency 25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 26 cancel-in-progress: true 32 - main 34 permissions: read-all 38 runs-on: ${{matrix.os}} 41 compiler: [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ] [all …]
|
| /third_party/unity/ |
| D | .travis.yml | 5 - os: osx 8 - os: linux 10 compiler: gcc 13 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.3 && rvm use 2.3 && ruby -v; fi 14 …- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install --assume-yes --quiet gcc-multilib… 16 - gem install rspec 17 - gem install rubocop -v 0.57.2 19 - cd test && rake ci 20 - make -s 21 - make -s DEBUG=-m32 #32-bit architecture with 64-bit support [all …]
|
| /third_party/mbedtls/tests/docker/bionic/ |
| D | Dockerfile | 4 # ------- 9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 22 RUN apt-get update \ 23 && apt-get -y install software-properties-common \ 24 && rm -rf /var/lib/apt/lists 26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa 28 RUN apt-get update \ 29 && apt-get -y install \ 31 build-essential \ [all …]
|
| /third_party/jerryscript/targets/riot-stm32f4/ |
| D | Makefile.travis | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 # Install cross-compiler via apt. 25 install-apt-get-deps: 26 sudo apt-get install -q -y clang-3.9 gcc-arm-embedded gcc-multilib 29 install-clone-riot: 30 git clone git://github.com/RIOT-OS/RIOT.git ../RIOT -b 2019.01 32 # Perform all the necessary (JerryScript-independent) installation steps. 33 install-noapt: install-clone-riot 34 install: install-apt-get-deps install-noapt 41 $(MAKE) -f ./targets/riot-stm32f4/Makefile.riot
|
| /third_party/rust/crates/libc/ci/docker/i686-unknown-linux-gnu/ |
| D | Dockerfile | 2 RUN apt-get update 3 RUN apt-get install -y --no-install-recommends \ 4 gcc-multilib libc6-dev ca-certificates
|
| /third_party/rust/crates/libc/ci/docker/x86_64-unknown-linux-gnux32/ |
| D | Dockerfile | 2 RUN apt-get update 3 RUN apt-get install -y --no-install-recommends \ 4 gcc-multilib libc6-dev ca-certificates
|
| /third_party/ltp/ci/ |
| D | debian.i386.sh | 2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 dpkg --add-architecture i386 8 apt install -y --no-install-recommends \ 9 linux-libc-dev:i386 \ 10 gcc-multilib \ 14 libc6-dev-i386 \ 18 libssl-dev:i386 \ 19 libtirpc-dev:i386 \ 20 pkg-config:i386
|
| /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 16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu 18 - autoreconf -i [all …]
|
| D | libunwind.spec | 5 Summary: Libunwind provides a C ABI to determine the call-chain of a program 8 Source: http://download-mirror.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz 10 Patch0001: 0001-fix-byte_order_is_valid-function-logic.patch 11 Patch2: backport-check-namespace.sh-adjust-aarch64-symbols.patch 12 Patch3: backport-tests-run-coredump-unwind-Skip-test-if-no-coredump-h.patch 13 Patch4: backport-aarch64-unw_step-validates-address-before-calling-dwarf_get.patch 14 Patch5: backport-avoid-calling-printf-because-OE-glibc-2.34-used-mno-.patch 15 Patch6: backport-fix-run-ptrace-mapper-test-case-failed.patch 19 BuildRequires: automake libtool autoconf texlive-latex2man gcc-c++ 23 determine the call-chain of a program. The API additionally provides the means [all …]
|
| /third_party/fsverity-utils/.github/workflows/ |
| D | ci.yml | 1 # SPDX-License-Identifier: MIT 4 # Use of this source code is governed by an MIT-style 12 static-linking-test: 14 runs-on: ubuntu-latest 16 - uses: actions/checkout@v4 17 - run: scripts/run-tests.sh static_linking 19 dynamic-linking-test: 21 runs-on: ubuntu-latest 23 - uses: actions/checkout@v4 24 - run: scripts/run-tests.sh dynamic_linking [all …]
|
| /third_party/toybox/scripts/ |
| D | mcm-buildall.sh | 3 # Script to build all cross and native compilers supported by musl-libc. 6 if [ ! -d litecross ] 8 echo Run this script in musl-cross-make directory to make "ccc" directory. 10 echo " "git clone https://github.com/richfelker/musl-cross-make 11 echo " "cd musl-cross-make 12 echo ' ~/toybox/scripts/mcm-buildall.sh' 19 BOOTSTRAP=i686-linux-musl 21 [ -z "$OUTPUT" ] && OUTPUT="$PWD/ccc" 25 rm -rf "$OUTPUT" host-* *.log 34 if [ -z "$TYPE" ] [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 7 - [Build Instructions](#build-instructions) 8 - [Table Of Contents](#table-of-contents) 9 - [Contributing to the Repository](#contributing-to-the-repository) 10 - [Repository Content](#repository-content) 11 - [Installed Files](#installed-files) 12 - [Build Requirements](#build-requirements) 13 - [Test Requirements](#test-requirements) 14 - [Repository Set-Up](#repository-set-up) 15 - [Display Drivers](#display-drivers) 16 - [Repository Dependencies](#repository-dependencies) [all …]
|
| /third_party/openssl/ |
| D | NOTES-NONSTOP.md | 5 ------------------- 11 Specify the `--with-rand-seed=rdcpu` option to the `./Configure` script. 15 specify the `--with-rand-seed=egd` option to the `./Configure` script. 18 ------------------ 27 ---------------- 31 the TNS/X (L-Series) platform: 33 * `nonstop-nsx` or default will select an unthreaded build. 34 * `nonstop-nsx_put` selects the PUT build. 35 * `nonstop-nsx_64_put` selects the 64 bit file length PUT build. 36 * `nonstop-nsx_spt_floss` selects the SPT build with FLOSS. FLOSS is [all …]
|
| /third_party/popt/ |
| D | CHANGES | 1 1.15 -> 1.16: 2 - add lv.po, update translations (Translation Project). 3 - include xcode project files in distributed popt tar ball. 4 - make distcheck is now squeaky clean. 5 - permit VPATH builds. 6 - add shallow tests using ISP/RAS api-sanity-autotest.pl. 7 - prefix bit set routines with popt to avoid symbol coolisions w rpm. 8 - add tdict.c to exercise popt bit sets against /usr/dict/words. 9 - add poptBitsArgs() method to generate args bit set. 10 - add methods for bit set union and intersection. [all …]
|
| /third_party/skia/third_party/externals/expat/expat/ |
| D | Changes | 7 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager 9 XML_ExternalEntityParserCreate in out-of-memory situations 13 #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in 17 #531 #534 CVE-2021-45960 -- Fix issues with left shifts by >=29 places 27 (which needs argument "-n" when running xmlwf). 32 GCC Farm Project 35 #488 #490 Autotools: Fix installed header expat_config.h for multilib 47 #551 CVE-2022-23990 -- Fix unsigned integer overflow in function 52 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks 53 (denial-of-service; flavors targeting CPU time or RAM or both, [all …]
|
123