Home
last modified time | relevance | path

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

12345678910>>...43

/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
12 permissions: read-all
15 make-all:
16 runs-on: ubuntu-latest
18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
19 - name: make all
20 run: make all
23 make-test:
[all …]
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
24 runs-on: ubuntu-latest
[all …]
/external/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/external/lz4/.github/workflows/
Dci.yml6 # - 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…
30 # cxx : C++ compiler executable for `make ctocpptest`.
33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'.
[all …]
/external/one-true-awk/
DREADME.md5 (Addison-Wesley, 2024, ISBN-13 978-0138269722, ISBN-10 0138269726).
9 This version of Awk handles UTF-8 and comma-separated values (CSV) input.
18 UTF-8 sequences may appear in literal strings and regular expressions.
19 Aribtrary characters may be included with `\u` followed by 1 to 8 hexadecimal digits.
23 Regular expressions may include UTF-8 code points, including `\u`.
27 The option `--csv` turns on CSV processing of input:
29 double-quote (`"`) characters, quoted fields may contain embedded newlines.
30 Double-quotes in fields have to be doubled and enclosed in quoted fields.
34 field-splitting in `split` is determined by CSV mode.
68 Please _also_ open an issue in the GitHub issue tracker, to make
[all …]
/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/libffi/
DREADME.md4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf…
5 [![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci…
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 |
[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 |-----------------+------------------+-------------------------|
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 …]
/external/openthread/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile4 # -------
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 …]
/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 |-----------------+------------------+-------------------------|
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 …]
/external/mbedtls/tests/docker/bionic/
DDockerfile4 # -------
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 …]
/external/sdv/vsomeip/third_party/boost/icl/test/
Dtest_interval_map_shared.hpp1 /*-----------------------------------------------------------------------------+
2 Copyright (c) 2008-2012: Joachim Faulhaber
3 +------------------------------------------------------------------------------+
7 +-----------------------------------------------------------------------------*/
15 #if (defined(__GNUC__) && (__GNUC__ < 4)) //MEMO Can be simplified, if gcc-3.4 is obsolete
44 //------------------------------------------------------------------------- in interval_map_fundamentals_4_ordered_types()
46 //------------------------------------------------------------------------- in interval_map_fundamentals_4_ordered_types()
78 (mt_map -= mt_u1) -= mt_u1; in interval_map_fundamentals_4_ordered_types()
89 (mt_map -= v0_u1) -= v1_u1; in interval_map_fundamentals_4_ordered_types()
100 (mt_map -= I0_1I_u1) -= I1_1I_u1; in interval_map_fundamentals_4_ordered_types()
[all …]
/external/AFLplusplus/docs/
DINSTALL.md11 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus
23 NOTE: depending on your Debian/Ubuntu/Kali/... release, replace `-14` with
27 sudo apt-get update
28 …udo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev li…
30 sudo apt-get install -y lld-14 llvm-14 llvm-14-dev clang-14 || sudo apt-get install -y lld llvm llv…
31 …t-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++-$…
32 sudo apt-get install -y ninja-build # for QEMU mode
35 make distrib
36 sudo make install
39 It is recommended to install the newest available gcc, clang and llvm-dev
[all …]
/external/pcre/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
43 code unit width: 8, 16, or 32 bits. You can build any combination of them. The
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
65 compiler command line to make any changes that you need to the
[all …]
/external/pcre/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
43 code unit width: 8, 16, or 32 bits. You can build any combination of them. The
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
65 compiler command line to make any changes that you need to the
[all …]
/external/AFLplusplus/
DDockerfile3 # 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 …]
DGNUmakefile2 # american fuzzy lop++ - makefile
3 # -----------------------------
13 # https://www.apache.org/licenses/LICENSE-2.0
18 # the hash character is treated differently in different make versions
30 VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f2)
32 # PROGS intentionally omit afl-as, which gets installed elsewhere.
34 PROGS = afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze
35 SH_PROGS = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-addseeds afl-system-config afl-persis…
36 MANPAGES=$(foreach p, $(PROGS) $(SH_PROGS), $(p).8) afl-as.8
39 SYS = $(shell uname -s)
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/.github/workflows/
Dci.yml6 build-appleclang:
7 runs-on: macos-latest
9 fail-fast: false
15 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98`
18 # we set the `-std` flag explicitly in order to vary the language version.
20 CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }}
22 - uses: actions/checkout@v2
23 - run: make && make test
25 build-clang:
26 runs-on: ubuntu-latest
[all …]
/external/regex-re2/
D.travis.yml5 - make
6 - make test
10 - os: linux
14 - ubuntu-toolchain-r-test
16 - g++-4.8
18 - MATRIX_EVAL="CC=gcc-4.8 CXX=g++-4.8"
19 - os: linux
23 - ubuntu-toolchain-r-test
25 - g++-4.9
27 - MATRIX_EVAL="CC=gcc-4.9 CXX=g++-4.9"
[all …]
/external/AFLplusplus/instrumentation/
DREADME.llvm.md1 # Fast LLVM-based instrumentation for afl-fuzz
5 For the GCC-based instrumentation, see
10 ! llvm_mode works with llvm versions 3.8 up to 17 - but 13+ is recommended !
13 true compiler-level instrumentation, instead of the more crude assembly-level
14 rewriting approach taken by afl-gcc and afl-clang. This has several interesting
17 - The compiler can make many optimizations that are hard to pull off when
18 manually inserting assembly. As a result, some slow, CPU-bound programs will
25 - The instrumentation is CPU-independent. At least in principle, you should be
26 able to rely on it to fuzz programs on non-x86 architectures (after building
27 afl-fuzz with AFL_NO_X86=1).
[all …]
/external/toybox/scripts/
Dmcm-buildall.sh3 # Script to build all cross and native compilers supported by musl-libc.
8 if [ ! -d litecross ]
10 echo Run this script in musl-cross-make directory to make "ccc" directory.
12 echo " "git clone https://github.com/richfelker/musl-cross-make
13 echo " "cd musl-cross-make
14 echo ' ~/toybox/scripts/mcm-buildall.sh'
19 # in a gcc tuple TARGET-linux-muslEXTRA with CONFIG appended to $GCC_CONFIG
20 # (and thus the gcc ./configure command line). So i686:: builds i686-linux-musl
21 # and sh2eb::fdpic:--with-cpu=mj2 builds sh2eb-linux-muslfdpic adding
22 # --with-cpu=mj2 to the gcc ./configure command line. @RENAME (if present)
[all …]
/external/google-fruit/extras/scripts/
Dci_install_osx.sh1 #!/bin/bash -x
3 set -e
14 # Some formulas are not linked into /usr/local by default, make sure they are.
30 gcc-4.9) install_brew_package gcc@4.9 ;;
31 gcc-5) install_brew_package gcc@5 ;;
32 gcc-6) install_brew_package gcc@6 ;;
33 gcc-7) install_brew_package gcc@7 ;;
34 gcc-8) install_brew_package gcc@8 ;;
35 gcc-9) install_brew_package gcc@9 ;;
36 gcc-10) install_brew_package gcc@10 ;;
[all …]
Dpostsubmit-helper.sh1 #!/bin/bash -x
3 set -e
10 gcc-4.9)
11 export CC=gcc-4.9
12 export CXX=g++-4.9
15 gcc-5)
16 export CC=gcc-5
17 export CXX=g++-5
20 gcc-6)
21 export CC=gcc-6
[all …]
/external/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
22 building libjpeg-turbo.
29 repository on Red Hat Enterprise Linux 8+ and derivatives, which is not
34 - GCC v4.1 (or later) or Clang recommended for best performance
[all …]
/external/capstone/
DCOMPILE.TXT2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows.
12 *-*-*-*-*-*
27 pass the desired options on the commandline to ./make.sh. Currently,
30 - CAPSTONE_ARCHS: specify list of architectures to compiled in.
31 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management.
32 - CAPSTONE_DIET: use this to make the output binaries more compact.
33 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller.
34 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86.
35 - CAPSTONE_STATIC: build static library.
36 - CAPSTONE_SHARED: build dynamic (shared) library.
[all …]

12345678910>>...43