Searched +full:linux +full:- +full:compiler +full:- +full:compat (Results 1 – 25 of 180) sorted by relevance
12345678
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | configure.yml | 4 ci-configure: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 13 compiler: gcc 14 configure-args: --warn 16 - name: Ubuntu 18.04 GCC 17 os: ubuntu-18.04 18 compiler: gcc [all …]
|
| 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 …]
|
| D | cmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu 18.04 GCC 12 os: ubuntu-18.04 13 compiler: gcc 14 cxx-compiler: g++ 16 - name: Ubuntu GCC ASAN 17 os: ubuntu-latest 18 compiler: gcc [all …]
|
| /external/tensorflow/tensorflow/tools/toolchains/clang6/ |
| D | CROSSTOOL.tpl | 7 toolchain_identifier: "k8-clang-6.0-cxx-4.8-linux-gnu" 11 compiler: "clang6" # bazel build --compiler=clang6 12 target_cpu: "k8" # bazel build --cpu=k8 13 target_libc: "GLIBC_2.19" # bazel build --glibc=GLIBC_2.19 16 abi_version: "gcc-4.8-cxx11" 18 cc_target_os: "linux-gnu" 20 dynamic_runtimes_filegroup: "dynamic-runtime-libs-k8" 21 host_system_name: "x86_64-unknown-linux-gnu" 23 static_runtimes_filegroup: "static-runtime-libs-k8" 32 target_system_name: "x86_64-unknown-linux-gnu" [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/test/ |
| D | pkgcheck.sh | 5 Usage: sh test/pkgcheck.sh [--zlib-compat] 8 If --zlib-compat, tests with zlib compatible builds. 12 $ sudo apt install ninja-build diffoscope gcc-multilib 13 $ export CMAKE_ARGS="-DCMAKE_C_FLAGS=-m32" CFLAGS=-m32 LDFLAGS=-m32 16 To cross-build, install the appropriate qemu and gcc packages, 21 $ sudo apt install ninja-build diffoscope qemu gcc-arm-linux-gnueabihf libc6-dev-armhf-cross 22 $ export CHOST=arm-linux-gnueabihf 23 $ export CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-arm.cmake -DCMAKE_C_COMPILER_TARGET=${C… 26 $ sudo apt install ninja-build diffoscope qemu gcc-aarch64-linux-gnu libc6-dev-arm64-cross 27 $ export CHOST=aarch64-linux-gnu [all …]
|
| /external/cronet/third_party/libevent/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 10 "event-config.h", 11 "event-internal.h", 23 "strlcpy-internal.h", 29 include_dirs = [ "compat" ] 37 "mac/event-config.h", 43 "linux/config.h", 44 "linux/event-config.h", 46 include_dirs += [ "linux" ] 50 "android/event-config.h", [all …]
|
| /external/iptables/ |
| D | configure.ac | 8 AC_CONFIG_AUX_DIR([build-aux]) 12 AM_INIT_AUTOMAKE([-Wall]) 16 LT_INIT([disable-static]) 19 AS_HELP_STRING([--with-kernel=PATH], 23 AS_HELP_STRING([--with-kbuild=PATH], 27 AS_HELP_STRING([--with-ksource=PATH], 31 AS_HELP_STRING([--with-xtlibdir=PATH], 36 AS_HELP_STRING([--disable-ipv4], [Do not build iptables]), 39 AS_HELP_STRING([--disable-ipv6], [Do not build ip6tables]), 42 AS_HELP_STRING([--disable-largefile], [Do not build largefile support]), [all …]
|
| /external/tensorflow/tensorflow/tools/toolchains/cpus/arm/ |
| D | cc_config.bzl.tpl | 20 toolchain_identifier = "arm-linux-gnueabihf" 22 toolchain_identifier = "aarch64-linux-gnu" 64 compiler = "compiler" 176 flags = ["--sysroot=%{sysroot}"], 205 "-Wno-builtin-macro-redefined", 206 "-D__DATE__=\"redacted\"", 207 "-D__TIMESTAMP__=\"redacted\"", 208 "-D__TIME__=\"redacted\"", 209 "-no-canonical-prefixes", 210 "-fno-canonical-system-headers", [all …]
|
| /external/tensorflow/tensorflow/tools/toolchains/embedded/arm-linux/ |
| D | cc_config.bzl.tpl | 20 toolchain_identifier = "aarch64-linux-gnu" 28 toolchain_identifier = "armhf-linux-gnueabihf" 38 compiler = "compiler" 122 flags = ["--sysroot=%{sysroot}"], 151 "-Wno-builtin-macro-redefined", 152 "-D__DATE__=\"redacted\"", 153 "-D__TIMESTAMP__=\"redacted\"", 154 "-D__TIME__=\"redacted\"", 155 "-no-canonical-prefixes", 156 "-fno-canonical-system-headers", [all …]
|
| /external/aws-crt-java/.github/workflows/ |
| D | ci.yml | 5 branches-ignore: 6 - 'main' 7 - 'docs' 13 PACKAGE_NAME: aws-crt-java 14 LINUX_BASE_IMAGE: ubuntu-18-x64 15 RUN: ${{ github.run_id }}-${{ github.run_number }} 19 AWS_REGION: us-east-1 20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region 23 linux-compat: 24 runs-on: ubuntu-22.04 # latest [all …]
|
| /external/robolectric/gradle/ |
| D | libs.versions.toml | 2 robolectric-nativeruntime-dist-compat = "1.0.11" 5 android-gradle = "8.3.1" 10 # https://github.com/bcgit/bc-java/tags 14 findbugs-jsr305 = "3.0.2" 19 # https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin/releases 20 aggregate-javadocs-gradle = "3.0.1" 22 # https://github.com/google/error-prone/releases 23 error-prone = "2.19.1" 24 error-prone-javac = "9+181-r4173-1" 26 # https://github.com/tbroyer/gradle-errorprone-plugin/releases [all …]
|
| /external/liburing/ |
| D | configure | 3 set -e 5 cc=${CC:-gcc} 6 cxx=${CXX:-g++} 11 --help|-h) show_help=yes 13 --prefix=*) prefix="$optarg" 15 --includedir=*) includedir="$optarg" 17 --libdir=*) libdir="$optarg" 19 --libdevdir=*) libdevdir="$optarg" 21 --mandir=*) mandir="$optarg" 23 --datadir=*) datadir="$optarg" [all …]
|
| /external/openthread/third_party/mbedtls/repo/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 50 # The behavior on an error depends on whether --keep-going (alias -k) 52 # * Without --keep-going: the script stops on the first error without 55 # * With --keep-going: the script runs all requested components and 60 # script -c tests/scripts/all.sh [all …]
|
| /external/libdav1d/ |
| D | meson.build | 1 # Copyright © 2018-2022, VideoLAN and dav1d authors 30 'b_ndebug=if-release'], 75 error('asm causes false positive with memory sanitizer. Use \'-Denable_asm=false\'.') 79 (get_option('trim_dsp') == 'if-release' and get_option('buildtype') == 'release')) 87 # OS/Compiler checks and defines 96 if host_machine.system() in ['linux', 'gnu', 'emscripten'] 97 test_args += '-D_GNU_SOURCE' 98 add_project_arguments('-D_GNU_SOURCE', language: 'c') 116 optional_link_arguments += '-Wl,--dynamicbase,--nxcompat,--tsaware,--high-entropy-va' 122 … optional_link_arguments += '-Wl,--dynamicbase,--nxcompat,--tsaware,--large-address-aware' [all …]
|
| /external/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 50 # The behavior on an error depends on whether --keep-going (alias -k) 52 # * Without --keep-going: the script stops on the first error without 55 # * With --keep-going: the script runs all requested components and 60 # script -c tests/scripts/all.sh [all …]
|
| /external/perfetto/gn/standalone/ |
| D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 23 # the hermetic build) and are enabled just with -Werror. 24 hermetic_clang_suppressions = [ "-Wno-c99-designator" ] 28 # 2. GCC, used in some Linux cases. 31 # switches. -Wno-unknown-warning-option fixes the mismatching ones. 32 # The situation on Windows is a bit trickier: clang-cl.exe really pretends to be 33 # cl.exe (MSVC), so we should use MSVC-style switches (e.g. /W2). However, 34 # clang-cl.exe still supports some -Wclang-style-switches for flags that don't 38 # is_win -> can be either clang-cl.exe or cl.exe (MSVC). Only MSVC-style 40 # is_clang -> could be clang-on-linux, clang-on-mac or clang-cl.exe. [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 19.0.6.rst | 16 ---------------- 20 SHA256: ac8e9ea388ec5c69f5a690190edf8ede602afdbaeea62d49e108057737430ac7 mesa-19.0.6.tar.gz 21 SHA256: 2db2f2fcaa4048b16e066fad76b8a93944f7d06d329972b0f5fd5ce692ce3d24 mesa-19.0.6.tar.xz 24 ------------ 29 --------- 31 - `Bug 110721 <https://bugs.freedesktop.org/show_bug.cgi?id=110721>`__ 32 - graphics corruption on steam client with mesa 19.1.0 rc3 on polaris 33 - `Bug 110761 <https://bugs.freedesktop.org/show_bug.cgi?id=110761>`__ 34 - Huge problems between Mesa and Electron engine apps 35 - `Bug 110784 <https://bugs.freedesktop.org/show_bug.cgi?id=110784>`__ [all …]
|
| /external/icu/icu4c/source/ |
| D | runConfigureICU | 4 # Copyright (c) 1999-2015, International Business Machines Corporation and 16 if test $ec -eq 0 23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config… 24 if test $ec -eq 0 28 Options: -h, --help Print this message and exit 29 --enable-debug Enable support for debugging 30 --disable-release Disable presetting optimization flags 35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ... 41 AIX/OpenXL Use the IBM Open XL ibm-clang_r/ibm-clang++_r compilers on AIX 43 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin [all …]
|
| /external/cronet/third_party/icu/source/ |
| D | runConfigureICU | 4 # Copyright (c) 1999-2015, International Business Machines Corporation and 16 if test $ec -eq 0 23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config… 24 if test $ec -eq 0 28 Options: -h, --help Print this message and exit 29 --enable-debug Enable support for debugging 30 --disable-release Disable presetting optimization flags 35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ... 41 AIX/OpenXL Use the IBM Open XL ibm-clang_r/ibm-clang++_r compilers on AIX 43 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | configure | 5 # If you want to build just a static library, use: ./configure --static 7 # To impose specific compiler or flags or install directory, use for example: 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 17 echo -------------------- >> configure.log 24 # set command prefix for cross-compilation 25 if [ -n "${CHOST}" ]; then 28 …"$(echo "${NORM_CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e '… 29 CROSS_PREFIX="${CHOST}-" 30 ARCH="$(echo "${NORM_CHOST}" | sed -e 's/-.*//')" [all …]
|
| /external/ComputeLibrary/ |
| D | SConstruct | 1 # -*- coding: utf-8 -*- 3 # Copyright (c) 2016-2023 Arm Limited. 5 # SPDX-License-Identifier: MIT 64 # Manage data-types 66 env.Append(CXXFLAGS = ['-DENABLE_FP16_KERNELS']) 68 env.Append(CXXFLAGS = ['-DENABLE_FP32_KERNELS']) 70 env.Append(CXXFLAGS = ['-DENABLE_QASYMM8_KERNELS']) 72 env.Append(CXXFLAGS = ['-DENABLE_QASYMM8_SIGNED_KERNELS']) 74 env.Append(CXXFLAGS = ['-DENABLE_QSYMM16_KERNELS']) 76 env.Append(CXXFLAGS = ['-DENABLE_INTEGER_KERNELS']) [all …]
|
| /external/rust/crates/flate2/src/ |
| D | lib.rs | 1 //! A DEFLATE-based stream compression/decompression library 4 //! DEFLATE-based streams: 19 //! * `default`, or `rust_backend` - this implementation uses the `miniz_oxide` 21 //! require a C compiler and only requires Rust code. 23 //! * `zlib` - this feature will enable linking against the `libz` library, typically found on most 24 //! Linux systems by default. If the library isn't found to already be on the system it will be 29 //! compiler at build time. `zlib-ng-compat` is useful if you're using zlib for compatibility but 30 //! want performance via zlib-ng's zlib-compat mode. `zlib` is useful if something else in your 31 //! dependencies links the original zlib so you cannot use zlib-ng-compat. The compression ratios 53 //! # fn run() -> io::Result<()> { [all …]
|
| /external/kernel-headers/original/uapi/linux/ |
| D | kd.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 4 #include <linux/types.h> 5 #include <linux/compiler.h> 16 unsigned short charheight; /* scan lines per character (1-32) */ 61 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */ 70 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */ 137 #define KDGKBDIACRUC 0x4BFA /* read kernel accent table - UCS */ 138 #define KDSKBDIACRUC 0x4BFB /* write kernel accent table - UCS */ 184 #define KD_FONT_FLAG_DONT_RECALC 1 /* Don't recalculate hw charcell size [compat] */ 186 /* note: 0x4B00-0x4B4E all have had a value at some time; [all …]
|
| /external/trusty/musl/ |
| D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 16 allowed the compiler to incorrectly reorder them (in practice, gcc 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 41 internal compiler error) in some versions of gcc. 48 0.7.0 - major improvements to posix conformance and completeness 59 added syscall wrappers for the linux inotify interface. 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. [all …]
|
| /external/deqp-deps/SPIRV-Tools/ |
| D | CMakeLists.txt | 1 # Copyright (c) 2015-2023 The Khronos Group Inc. 7 # http://www.apache.org/licenses/LICENSE-2.0 17 project(spirv-tools) 19 # Avoid a bug in CMake 3.22.1. By default it will set -std=c++11 for 20 # targets in test/*, when those tests need -std=c++17. 21 # https://github.com/KhronosGroup/SPIRV-Tools/issues/5340 32 set(SPIRV_TOOLS "SPIRV-Tools") 43 …message(FATAL_ERROR "SPIRV-Tools requires C++17 or later, but is configured for C++${CMAKE_CXX_STA… 51 if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") 52 add_definitions(-DSPIRV_LINUX) [all …]
|
12345678