Home
last modified time | relevance | path

Searched +full:- +full:gcc (Results 1 – 25 of 1257) sorted by relevance

12345678910>>...51

/external/curl/CMake/
DPickyWarnings.cmake21 # SPDX-License-Identifier: curl
30 NOT DOS AND # Watt-32 headers use the '#include_next' GCC extension
32 …ION VERSION_LESS 3.23.0) OR # to avoid check_symbol_exists() conflicting with GCC -pedantic-errors
34 list(APPEND _picky "-pedantic-errors")
40 list(APPEND _picky "-Werror=partial-availability") # clang 3.6 appleclang 6.3
44 list(APPEND _picky "-Werror-implicit-function-declaration") # clang 1.0 gcc 2.95
51 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
53 # _picky_enable = Options we want to enable as-is.
56 # Prefer the -Wextra alias with clang.
58 set(_picky_enable "-Wextra")
[all …]
/external/sdv/vsomeip/third_party/boost/tti/test/
DJamfile.v213 <toolset>gcc:<warnings>all
15 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros
16 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros
17 <toolset>gcc-4.4.7:<cxxflags>-Wno-variadic-macros
18 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros
19 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import"
20 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros
21 <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros
22 <toolset>gcc-4.6.1:<cxxflags>-Wno-variadic-macros
23 <toolset>gcc-4.6.2:<cxxflags>-Wno-variadic-macros
[all …]
/external/libvpx/
DREADME13 have this package, the install-docs option will be disabled.
24 yasm-<version>-<arch>.exe to yasm.exe and place it in:
32 2. Out-of-tree builds
43 The 'configure' script supports a number of options. The --help option can be
45 $ ../libvpx/configure --help
57 For cross development, the most notable option is the --target option. The
58 most up-to-date list of supported targets can be found at the bottom of the
59 --help output of the configure script. As of this writing, the list of
62 arm64-android-gcc
63 arm64-darwin-gcc
[all …]
Dconfigure5 ## This script is the front-end to the build system. It provides a similar
30 --cpu=CPU tune for the specified CPU (ARM: cortex-a8, X86: sse3)
31 --libc=PATH path to alternate libc
32 --size-limit=WxH max size to allow in the decoder
33 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
48 ${toggle_realtime_only} enable this option while building for real-time encoding
49 ${toggle_onthefly_bitpacking} enable on-the-fly bitpacking in real-time encoding
59 ${toggle_multi_res_encoding} enable multiple-resolution encoding
68 --disable-<codec>
70 --disable-<codec>-encoder
[all …]
/external/eigen/ci/
DREADME.md3 Eigen's CI infrastructure uses two stages: A `build` stage to build the unit-test
4 suite and a `test` stage to run the unit-tests.
11 |------------------------------------------|-----------|----------------|------------|---------|
12 | `build:x86-64:linux:gcc-4.8:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` |
13 | `build:x86-64:linux:gcc-4.8:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` |
14 | `build:x86-64:linux:gcc-9:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` |
15 | `build:x86-64:linux:gcc-9:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` |
16 | `build:x86-64:linux:gcc-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` |
17 | `build:x86-64:linux:gcc-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` |
18 | `build:x86-64:linux:clang-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `Off` |
[all …]
Dtest.gitlab-ci.yml6 - apt-get update -y
7 - apt-get install -y --no-install-recommends software-properties-common
8 - add-apt-repository -y ppa:ubuntu-toolchain-r/test
9 - apt-get update
10 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
11 ${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc
13 - export CXX=${EIGEN_CI_CXX_COMPILER}
14 - export CC=${EIGEN_CI_CC_COMPILER}
15 - cd ${BUILDDIR} && ctest --output-on-failure --no-compress-output
16 --build-no-clean -T test -L ${EIGEN_CI_TEST_LABEL}
[all …]
Dbuild.gitlab-ci.yml5 - apt-get update -y
6 - apt-get install -y --no-install-recommends software-properties-common
7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test
8 - apt-get update
9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build
12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}
13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G
14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11}
16 - cmake --build . --target buildtests
[all …]
/external/coreboot/src/soc/qualcomm/sc7280/
Dclock.c1 /* SPDX-License-Identifier: GPL-2.0-only */
125 .gdscr = &gcc->pcie_1.gdscr,
128 .clk = &gcc->pcie_1.slv_q2a_axi_cbcr,
129 .clk_br_en = &gcc->apcs_clk_br_en,
133 .clk = &gcc->pcie_1.slv_axi_cbcr,
134 .clk_br_en = &gcc->apcs_clk_br_en,
138 .clk = &gcc->pcie_1.mstr_axi_cbcr,
139 .clk_br_en = &gcc->apcs_clk_br_en,
143 .clk = &gcc->pcie_1.cfg_ahb_cbcr,
144 .clk_br_en = &gcc->apcs_clk_br_en,
[all …]
/external/jemalloc_new/
D.travis.yml6 - 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/libcxx/utils/docker/debian9/
DDockerfile1 #===- 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/harfbuzz_ng/src/
Dhb.hh39 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
40 * nags, even though we instruct it to ignore -Wunknown-pragmas. ¯\_(ツ)_/¯
42 * - Within each category, keep sorted.
44 * - Warnings whose scope can be expanded in future compiler versions shall
50 #pragma GCC diagnostic warning "-Wall"
51 #pragma GCC diagnostic warning "-Wextra"
54 #pragma GCC diagnostic ignored "-Wpragmas"
55 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
59 //#pragma GCC diagnostic warning "-Weverything"
[all …]
/external/libffi/
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 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]
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 | --------------- | ---------------- | ----------------------- |
53 | AArch64 | Linux | GCC |
55 | Alpha | Linux | GCC |
56 | Alpha | Tru64 | GCC |
57 | ARC | Linux | GCC |
58 | ARM | Linux | GCC |
59 | ARM | iOS | GCC |
[all …]
/external/coreboot/util/crossgcc/patches/
Dgcc-14.1.0_musl_poisoned_calloc.patch1 Musl's <sched.h> uses calloc() which is marked as poisoned by GCC's
5 --- gcc-13.2.0/gcc/ada/adaint.c
6 +++ gcc-13.2.0.musl/gcc/ada/adaint.c
7 @@ -101,6 +101,10 @@
18 @@ -3441,7 +3445,6 @@
22 -#include <sched.h>
26 --- gcc-14-20240211/gcc/ada/argv.c
27 +++ gcc-14-20240211.musl/gcc/ada/argv.c
28 @@ -51,10 +51,6 @@
32 -#ifndef LIGHT_RUNTIME
[all …]
/external/liburing/.github/workflows/
Dbuild.yml10 runs-on: ubuntu-24.04
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++
24 # x86-64 gcc asan
25 - arch: x86_64
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_features.hpp10 // Rvalue references - GCC 4.3
11 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
14 // Rvalue references for *this - GCC not supported
15 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
18 // Initialization of class objects by rvalues - GCC any
19 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html
22 // Non-static data member initializers - GCC 4.7
23 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm
26 // Variadic templates - GCC 4.3
27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf
[all …]
/external/coreboot/util/crossgcc/
Dedk2tools.txt7 DEFINE COREBOOT_IA32_PREFIX = @@PREFIX@@/bin/i386-elf-
8 DEFINE COREBOOT_X64_PREFIX = @@PREFIX@@/bin/x86_64-elf-
9 DEFINE COREBOOT_ARM_PREFIX = @@PREFIX@@/bin/arm-eabi-
10 DEFINE COREBOOT_AARCH64_PREFIX = @@PREFIX@@/bin/arch64-elf-
36 # GCC 5 - This configuration is used to compile under Linux to produce
37 # PE/COFF binaries using GCC 5
40 *_COREBOOT_*_*_FAMILY = GCC
58 *_COREBOOT_IA32_CC_PATH = DEF(COREBOOT_IA32_PREFIX)gcc
59 *_COREBOOT_IA32_SLINK_PATH = DEF(COREBOOT_IA32_PREFIX)gcc-ar
60 *_COREBOOT_IA32_DLINK_PATH = DEF(COREBOOT_IA32_PREFIX)gcc
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
31 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
34 - B2_VARIANT=variant=release
37 - git clone https://github.com/boostorg/boost-ci.git boost-ci
38 - cp -pr boost-ci/ci boost-ci/.codecov.yml .
[all …]
/external/sdv/vsomeip/third_party/boost/format/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
31 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
34 - B2_VARIANT=variant=release
37 - git clone https://github.com/boostorg/boost-ci.git boost-ci
38 - cp -pr boost-ci/ci boost-ci/.codecov.yml .
[all …]
/external/fec/
Dmakefile.in21 CFLAGS=@CFLAGS@ -I. -Wall @ARCH_OPTION@
29 ./vtest27 -e 3.0 -n 1000 -v
30 ./vtest29 -e 2.5 -n 1000 -v
31 ./vtest39 -e 2.5 -n 1000 -v
32 ./vtest615 -e 1.0 -n 100 -v
44 mkdir -p @libdir@
45 install -m 644 -p $(SHARED_LIB) libfec.a @libdir@
46 # (cd @libdir@;ln -f -s $(SHARED_LIB) libfec.so)
48 mkdir -p @includedir@
49 install -m 644 -p fec.h @includedir@
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/
D.travis.yml8 # See: https://github.com/jeking3/boost-ci
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
33 # - B2_ADDRESS_MODEL=address-model=64,32
34 # - B2_LINK=link=shared,static
35 # - B2_THREADING=threading=multi,single
36 - B2_VARIANT=variant=release,debug
39 - git clone https://github.com/jeking3/boost-ci.git boost-ci
40 - cp -pr boost-ci/ci boost-ci/.codecov.yml .
41 - source ci/travis/install.sh
[all …]
/external/clang/test/CodeGenCXX/
Dpragma-visibility.cpp1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o - %s | FileCheck %s
3 #pragma GCC visibility push(hidden)
7 #pragma GCC visibility pop
11 #pragma GCC visibility push(hidden)
17 #pragma GCC visibility pop
19 #pragma GCC visibility push(hidden)
23 #pragma GCC visibility pop
27 #pragma GCC visibility push(hidden)
30 #pragma GCC visibility pop
31 // CHECK-LABEL: define hidden i32 @g()
[all …]
/external/clang/test/Driver/
Dlinux-ld.c4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
5 // RUN: --target=i386-unknown-linux \
6 // RUN: --gcc-toolchain="" \
7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s
9 // CHECK-LD-32-NOT: warning:
10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]"
11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o"
12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0"
13 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/…
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/
D.travis.yml2 # Copyright (c) 2016-2020 Nikita Kniazev
14 clang-10: &clang-10
17 - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main'
18 key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
20 - clang-10
21 - libc++-10-dev
22 - libc++abi-10-dev
24 gcc-10: &gcc-10
27 - sourceline: 'ppa:ubuntu-toolchain-r/test'
29 - g++-10
[all …]
/external/AFLplusplus/instrumentation/
DREADME.gcc_plugin.md1 # GCC-based instrumentation for afl-fuzz
5 For the LLVM-based instrumentation, see [README.llvm.md](README.llvm.md).
7 This document describes how to build and use `afl-gcc-fast` and `afl-g++-fast`,
8 which instrument the target with the help of gcc plugins.
11 * Check the version of your gcc compiler: `gcc --version`
12 * `apt-get install gcc-VERSION-plugin-dev` or similar to install headers for gcc
14 * `gcc` and `g++` must match the gcc-VERSION you installed headers for. You can
17 * Just use `afl-gcc-fast`/`afl-g++-fast` normally like you would do with
18 `afl-clang-fast`.
23 compiler-level instrumentation, instead of the more crude assembly-level
[all …]

12345678910>>...51