Searched +full:gcc +full:- +full:powerpc64 +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 53) sorted by relevance
123
| /third_party/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc 20 - linux-mingw64-gcc [all …]
|
| /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/rust/crates/libc/ci/docker/powerpc64-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-powerpc64-linux-gnu libc6-dev-ppc64-cross \ 6 qemu-system-ppc 8 ENV CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_LINKER=powerpc64-linux-gnu-gcc \ 9 CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc64 -L /usr/powerpc64-linux-gnu" \ 10 CC=powerpc64-linux-gnu-gcc \
|
| /third_party/libunwind/ |
| D | .travis.yml | 3 compiler: gcc 5 - HOST=x86_64-linux-gnu 6 - HOST=x86-linux-gnu 7 - HOST=arm-linux-gnueabihf 8 - HOST=aarch64-linux-gnu 9 - HOST=mipsel-linux-gnu 11 #- HOST=powerpc64-linux-gnu 13 linux-s390x: &linux-s390x 14 os: linux 16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu [all …]
|
| D | README | 3 [](https://travis-ci.or… 5 This library supports several architecture/operating-system combinations: 8 | :------ | :----------- | :----- | 9 | Linux | x86-64 | ✓ | 10 | Linux | x86 | ✓ | 11 | Linux | ARM | ✓ | 12 | Linux | AArch64 | ✓ | 13 | Linux | PPC32 | ✓ | 14 | Linux | PPC64 | ✓ | 15 | Linux | SuperH | ✓ | [all …]
|
| /third_party/libunwind/libunwind/ |
| D | README | 3 [](https://travis-ci.or… 5 This library supports several architecture/operating-system combinations: 8 | :------ | :----------- | :----- | 9 | Linux | x86-64 | ✓ | 10 | Linux | x86 | ✓ | 11 | Linux | ARM | ✓ | 12 | Linux | AArch64 | ✓ | 13 | Linux | PPC32 | ✓ | 14 | Linux | PPC64 | ✓ | 15 | Linux | SuperH | ✓ | [all …]
|
| D | NEWS | 1 -*-Mode: outline-*- 19 ** powerpc64 port 27 ** pkg-config support 41 ** Greatly improved x86-64 support thanks to Arun Sharma. 46 ** Fix address-leak triggered by invalid byte-order. Fixed by Andreas Schwab. 54 ** Fix a typo in the man-page of unw_create_addr_space(). 55 ** Fix an off-by-1 bug in the handling of the dynamic ALIAS directive 57 ** Fix a bug in libunwind-ptrace which could cause crash due to extraneous 63 from Intel ICC-compiled programs. Reported by Tommy Hoffner. 67 ** Make it possible to link against libunwind-ia64.a only (i.e., without [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 …]
|
| D | INSTALL | 7 itself, which is useful for upgrading an existing musl-based system or 8 compiler toolchain, or for using the provided musl-gcc wrapper with an 9 existing non-musl-based compiler. 11 Building complete native or cross-compiler toolchains is outside the 17 ------------------- 19 The only build-time prerequisites for musl are GNU Make and a 21 set architecture and ABI, with support for a minimal subset of "GNU C" 22 extensions consisting mainly of gcc-style inline assembly, weak 23 aliases, hidden visibility, and stand-alone assembly source files. 25 GCC, LLVM/clang, Firm/cparser, and PCC have all successfully built [all …]
|
| /third_party/libffi/ |
| D | README.md | 2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page 19 told at run-time about the number and types of arguments used to call 46 | --------------- | ---------------- | ----------------------- | 48 | AArch64 | Linux | GCC | 50 | Alpha | Linux | GCC | 51 | Alpha | Tru64 | GCC | 52 | ARC | Linux | GCC | 53 | ARM | Linux | GCC | 54 | ARM | iOS | GCC | 56 | AVR32 | Linux | GCC | [all …]
|
| D | ChangeLog | 3 Date: Mon Jun 28 21:10:49 2021 -0400 9 Date: Mon Jun 28 19:50:29 2021 -0400 15 Date: Mon Jun 28 18:50:31 2021 -0400 21 Date: Mon Jun 28 18:45:11 2021 -0400 27 Date: Mon Jun 28 14:59:07 2021 -0400 33 Date: Mon Jun 28 11:51:35 2021 -0700 39 Date: Mon Jun 28 07:24:19 2021 -0700 41 Fix the assertions in cls-24byte (#652) 43 * Fix the assertions in cls-24byte 49 Date: Mon Jun 28 09:53:01 2021 -0400 [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | acinclude.m4 | 3 # Copyright (c) 1999-2016, International Business Machines Corporation and 18 *-*-solaris*) 19 if test "$GCC" = yes; then 20 icu_cv_host_frag=mh-solaris-gcc 22 icu_cv_host_frag=mh-solaris 24 alpha*-*-linux-gnu) 25 if test "$GCC" = yes; then 26 icu_cv_host_frag=mh-alpha-linux-gcc 28 icu_cv_host_frag=mh-alpha-linux-cc 30 powerpc*-*-linux*) [all …]
|
| 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/icu/icu4c/source/ |
| D | acinclude.m4 | 3 # Copyright (c) 1999-2016, International Business Machines Corporation and 18 *-*-solaris*) 19 if test "$GCC" = yes; then 20 icu_cv_host_frag=mh-solaris-gcc 22 icu_cv_host_frag=mh-solaris 24 alpha*-*-linux-gnu) 25 if test "$GCC" = yes; then 26 icu_cv_host_frag=mh-alpha-linux-gcc 28 icu_cv_host_frag=mh-alpha-linux-cc 30 powerpc*-*-linux*) [all …]
|
| 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/node/deps/openssl/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/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/FreeBSD/ |
| D | UPDATING | 9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld 16 13.3-RELEASE. 28 non-compliant MTAs; please see the first 8.18.1 release note in 51 llvm-objump is now always installed as objdump. Previously there was 55 GNU objdump; readelf is available for inspecting ELF files, and GNU 60 in order to help out-of-tree consumers to deal accordingly. 63 LinuxKPI pm.h changes require an update to the latest drm-kmod version 64 before re-compiling to avoid errors. 68 net80211 changes in order to help out-of-tree consumers to deal 72 For 64-bit architectures the base system is now built with Position [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/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/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 …]
|
| /third_party/node/deps/cares/config/ |
| 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/node/deps/cares/ |
| 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/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 …]
|
123