| /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.yml | 6 build-windows: 7 runs-on: windows-${{ matrix.config.server }} 8 name: build-${{ matrix.config.toolchain}}-${{ matrix.config.arch}} 10 fail-fast: false 13 - {toolchain: Visual Studio 15 2017, arch: Win32, server: 2016} 14 - {toolchain: Visual Studio 15 2017, arch: x64, server: 2016} 15 - {toolchain: Visual Studio 16 2019, arch: Win32, server: 2019} 16 - {toolchain: Visual Studio 16 2019, arch: x64, server: 2019} 17 - {toolchain: Visual Studio 17 2022, arch: Win32, server: 2022} 18 - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022} [all …]
|
| /third_party/openssl/.github/workflows/ |
| D | cross-compiles.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 16 cross-compilation: 18 fail-fast: false 21 # arch: the architecture to build for, this defines the tool-chain 22 # prefix {arch}- and the Debian compiler package gcc-{arch} 35 arch: aarch64-linux-gnu, 36 libs: libc6-dev-arm64-cross, 37 target: linux-aarch64 39 arch: alpha-linux-gnu, 40 libs: libc6.1-dev-alpha-cross, [all …]
|
| /third_party/openssl/util/perl/OpenSSL/ |
| D | config.pm | 2 # Copyright 1998-2022 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/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/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/ltp/tools/sparse/sparse-src/ |
| D | cgcc | 1 #!/usr/bin/perl -w 2 # ----------------------------------------------------------------------------- 26 $nargs--; 32 $do_check = 1 if /^[^-].*\.c$/; 35 $do_check = 1 if $_ eq '-'; 37 if (/^-(o|MF|MT|MQ)$/) { 40 # (non-existant) source file or as an option. 45 # Ignore the extension if '-x c' is given. 46 if ($_ eq '-x') { 53 $m32 = 1 if /^-m32$/; [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 script requires autoconf 2.69 and autoconf-archive. 18 [AC_MSG_ERROR([Please install autoconf-archive package and re-run autoreconf])] 22 if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then 23 # If we're building out-of-tree, we need to make sure the following 25 # Objects/ -> typeslots.inc 26 # Include/ -> Python.h 27 # Python/ -> importlib.h 29 # regenerated when building out-of-tree, regardless of whether or not 30 # the $srcdir counterpart is up-to-date. This is an acceptable trade [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/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/node/deps/cares/ |
| 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/icu/icu4c/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/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/freetype/builds/unix/ |
| 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/libevdev/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2016 Free Software Foundation, Inc. 5 timestamp='2016-10-02' 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 <http://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 # http://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/libffi/ |
| D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-05-11' 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 <http://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 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| D | ChangeLog | 3 Date: Sat Nov 23 10:24:58 2019 -0500 9 Date: Sat Nov 23 09:42:04 2019 -0500 15 Date: Sat Nov 23 09:00:14 2019 -0500 21 Date: Sat Nov 23 08:48:53 2019 -0500 27 Date: Sat Nov 23 07:49:58 2019 -0500 33 Date: Sat Nov 23 07:44:26 2019 -0500 39 Date: Fri Nov 22 19:49:38 2019 -0500 45 Date: Fri Nov 22 19:27:34 2019 -0500 52 Date: Fri Nov 22 18:55:36 2019 -0500 58 Date: Fri Nov 22 18:54:30 2019 -0500 [all …]
|