| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 10 runs-on: ${{ matrix.os }} 15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e… 17 - build: ubuntu 18 os: ubuntu-latest 20 - build: i686-linux 21 os: ubuntu-latest 23 target: i686-unknown-linux-gnu 24 gcc_package: gcc-i686-linux-gnu 25 gcc: i686-linux-gnu-gcc 26 libc_package: libc-dev-i386-cross [all …]
|
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly 34 os: ubuntu-latest [all …]
|
| /third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
| D | generate.sh | 2 set -ueo pipefail 4 # Linux's ioctl codes using function-style macros in their definition which 15 cflags="-Wall" 20 i686-linux-gnu-gcc -Iinclude -c list.c $cflags 21 i686-linux-gnu-gcc main.c list.o -o main.exe $cflags 23 x86_64-linux-gnu-gcc -Iinclude -c list.c $cflags 24 x86_64-linux-gnu-gcc main.c list.o -o main.exe $cflags 26 aarch64-linux-gnu-gcc -Iinclude -c list.c $cflags 27 aarch64-linux-gnu-gcc main.c list.o -o main.exe $cflags 28 qemu-aarch64 -L /usr/aarch64-linux-gnu ./main.exe >> "$out" [all …]
|
| /third_party/rust/crates/libc/ci/docker/riscv64gc-unknown-linux-gnu/ |
| D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 gcc libc6-dev qemu-user ca-certificates \ 5 gcc-riscv64-linux-gnu libc6-dev-riscv64-cross \ 6 qemu-system-riscv64 linux-headers-generic 8 ENV CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-linux-gnu-gcc \ 9 CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER="qemu-riscv64 -L /usr/riscv64-linux-gnu" \ 10 CC_riscv64gc_unknown_linux_gnu=riscv64-linux-gnu-gcc \ 11 CFLAGS_riscv64gc_unknown_linux_gnu="-mabi=lp64d -fPIC" \
|
| /third_party/libuv/.github/workflows/ |
| D | CI-unix.yml | 1 name: CI-unix 6 - '**' 7 - '!docs/**' 8 - '!src/win/**' 9 - '!.**' 10 - '.github/workflows/CI-unix.yml' 13 - v[0-9].* 14 - master 17 build-linux: 18 runs-on: ubuntu-latest [all …]
|
| /third_party/openssl/util/perl/OpenSSL/ |
| D | config.pm | 2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved. 47 my @c_compilers = qw(clang gcc cc); 51 # This is a list to ensure that gnu comes last, as we've made it a fallback 56 my $v = `$CROSS_COMPILE$CC -v 2>&1`; 57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/; 60 gnu => sub { 62 my $nul = File::Spec->devnull(); 63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`; 66 $v =~ s/^[a-zA-Z]*\-//; 77 [ 'A\/UX:.*', 'm68k-apple-aux3' ], [all …]
|
| /third_party/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 22 or _GNU_SOURCE are required to get XSI interfaces or GNU extensions, 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. [all …]
|
| /third_party/elfutils/tests/ |
| D | run-readelf-mixed-corenote.sh | 7 # it under the terms of the GNU General Public License as published by 14 # GNU General Public License for more details. 16 # You should have received a copy of the GNU General Public License 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 . $srcdir/test-subr.sh 23 testrun_compare ${abs_top_builddir}/src/readelf -n testfile63 <<\EOF 33 orig_r0: -1, fpvalid: 1 34 r0: 1 r1: -1091672508 r2: -1091672500 37 r9: 0 r10: -1225703496 r11: -1091672844 45 HWCAP: 0xe8d7 <swp half thumb fast-mult vfp edsp> [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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Triple.cpp | 1 //===--- Triple.cpp - Target triple helper class --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 56 case riscv64: return "riscv64"; in getArchTypeName() 147 case riscv64: return "riscv"; in getArchTypePrefix() 201 case Linux: return "linux"; in getOSTypeName() 231 case GNU: return "gnu"; in getEnvironmentTypeName() 289 .Case("riscv64", riscv64) in getArchTypeForLLVMName() 300 .Case("x86-64", x86_64) in getArchTypeForLLVMName() 422 .Case("riscv64", Triple::riscv64) in parseArch() [all …]
|
| /third_party/mesa3d/ |
| D | meson.build | 1 # Copyright © 2017-2020 Intel Corporation 30 …default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++14'] 54 '-D__STDC_CONSTANT_MACROS', 55 '-D__STDC_FORMAT_MACROS', 56 '-D__STDC_LIMIT_MACROS', 57 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), 58 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"', 63 with_moltenvk_dir = get_option('moltenvk-dir') 64 with_vulkan_icd_dir = get_option('vulkan-icd-dir') 65 with_tests = get_option('build-tests') [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Triple.h | 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 // Some system headers or GCC predefined macros conflict with identifiers in 22 /// Triple - Helper class for working with autoconf configuration names. For 27 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM 29 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT 38 /// Clients that need to handle the non-canonical triples that users often 55 bpfel, // eBPF or extended BPF or 64-bit BPF (little endian) 56 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) [all …]
|
| /third_party/python/ |
| D | configure.ac | 2 dnl * Please run autoreconf -if to test your changes! * 5 dnl Python's configure.ac file requires autoconf 2.69 and autoconf-archive. 18 [AC_MSG_ERROR([Please install autoconf-archive package and re-run autoreconf])] 23 [AC_MSG_ERROR([Please install pkgconf's m4 macro package and re-run autoreconf])] 27 dnl - _SAVE_VAR([VAR]) Helper for SAVE_ENV; stores VAR as save_VAR 28 dnl - _RESTORE_VAR([VAR]) Helper for RESTORE_ENV; restores VAR from save_VAR 29 dnl - SAVE_ENV Saves CFLAGS, LDFLAGS, LIBS, and CPPFLAGS 30 dnl - RESTORE_ENV Restores CFLAGS, LDFLAGS, LIBS, and CPPFLAGS 31 dnl - WITH_SAVE_ENV([SCRIPT]) Runs SCRIPT wrapped with SAVE_ENV/RESTORE_ENV 52 dnl PY_CHECK_FUNC(FUNCTION, [INCLUDES], [AC_DEFINE-VAR]) [all …]
|
| D | config.guess | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-06-03' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/protobuf/third_party/googletest/googletest/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/protobuf/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/protobuf/third_party/googletest/googlemock/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-11-07' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/libevdev/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-05-25' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/rust/crates/libc/libc-test/ |
| D | build.rs | 26 if target.contains("linux") in do_cc() 35 if target.contains("android") || target.contains("linux") { in do_cc() 38 if target.contains("linux") in do_cc() 55 t if t.contains("linux") => return test_linux(t), in do_ctest() 64 t if t.contains("nto-qnx") => return test_neutrino(t), in do_ctest() 69 fn ctest_cfg() -> ctest::TestGenerator { in ctest_cfg() 97 // `libc-test/semver` dir. in do_semver() 103 // NOTE: Android doesn't include the unix file (or the Linux file) because in do_semver() 111 let os_arch = format!("{}-{}", os, arch); in do_semver() 114 let os_env = format!("{}-{}", os, target_env); in do_semver() [all …]
|
| /third_party/curl/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/icu/icu4c/source/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/lame/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.2 -*- Autoconf -*- 3 # Copyright (C) 1996-2020 Free Software Foundation, Inc. 23 # host-cpu-c-abi.m4 serial 13 24 dnl Copyright (C) 2002-2020 Free Software Foundation, Inc. 46 dnl contains 32-bit instructions, whereas 'sparc64' code contains 64-bit 47 dnl instructions. A process on a SPARC CPU can be in 32-bit mode or in 64-bit 58 dnl - 'arm': test __ARMEL__. 59 dnl - 'mips', 'mipsn32', 'mips64': test _MIPSEB vs. _MIPSEL. 60 dnl - 'powerpc64': test _BIG_ENDIAN vs. _LITTLE_ENDIAN. 63 dnl - Instructions that do not exist on all of these CPUs (cmpxchg, [all …]
|
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-08-29' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|