Home
last modified time | relevance | path

Searched +full:gcc +full:- +full:powerpc64 +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 72) sorted by relevance

123

/third_party/liburing/.github/workflows/
Dbuild.yml10 runs-on: ubuntu-22.04
13 fail-fast: false
16 # x86-64 gcc
17 - arch: x86_64
18 cc_pkg: gcc-x86-64-linux-gnu
19 cxx_pkg: g++-x86-64-linux-gnu
20 cc: x86_64-linux-gnu-gcc
21 cxx: x86_64-linux-gnu-g++
23 # x86-64 clang
24 - arch: x86_64
[all …]
/third_party/f2fs-tools/.github/workflows/
Dci.yml1 # 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/
DCI-unix.yml1 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/
DDockerfile3 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/rust/rust/src/ci/docker/host-x86_64/dist-powerpc64-linux/
DDockerfile3 COPY scripts/cross-apt-packages.sh /scripts/
4 RUN sh /scripts/cross-apt-packages.sh
6 COPY scripts/crosstool-ng.sh /scripts/
7 RUN sh /scripts/crosstool-ng.sh
9 COPY scripts/rustbuild-setup.sh /scripts/
10 RUN sh /scripts/rustbuild-setup.sh
13 COPY scripts/crosstool-ng-build.sh /scripts/
14 COPY host-x86_64/dist-powerpc64-linux/powerpc64-linux-gnu.defconfig /tmp/crosstool.defconfig
15 RUN /scripts/crosstool-ng-build.sh
20 ENV PATH=$PATH:/x-tools/powerpc64-unknown-linux-gnu/bin
[all …]
/third_party/libunwind/
D.travis.yml3 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 …]
DREADME3 …I - Unix](https://github.com/libunwind/libunwind/actions/workflows/CI-unix.yml/badge.svg)](https:/…
4- Windows](https://github.com/libunwind/libunwind/actions/workflows/CI-win.yml/badge.svg)](https:…
6 This library supports several architecture/operating-system combinations:
9 | :------ | :----------- | :----- |
10 | Linux | x86-64 | ✓ |
11 | Linux | x86 | ✓ |
12 | Linux | ARM | ✓ |
13 | Linux | AArch64 | ✓ |
14 | Linux | PPC32 | ✓ |
15 | Linux | PPC64 | ✓ |
[all …]
/third_party/rust/rust/src/ci/docker/
DREADME.md14 ./src/ci/docker/run.sh x86_64-gnu
21 DEPLOY=1 ./src/ci/docker/run.sh x86_64-gnu
24 **NOTE**: Re-using the same `obj` dir with different docker images with
25 the same target triple (e.g. `dist-x86_64-linux` and `dist-various-1`)
33 - Each host architecture has its own `host-{arch}` directory, and those
36 - `host-{arch}/disabled` contains images that are not built on CI.
37 - `scripts` contains files shared by multiple Docker images.
45 1. Stop the virtual machine from the terminal with `docker-machine stop`
58 * Read-only: ☐ *unchecked*
59 * Auto-mount: ☑ *checked*
[all …]
/third_party/musl/
DINSTALL7 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 …]
DWHATSNEW1 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/skia/m133/third_party/externals/icu/source/
Dacinclude.m43 # 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 …]
Dconfig.guess3 # 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/
Dacinclude.m43 # 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 …]
/third_party/skia/third_party/externals/icu/source/
Dacinclude.m43 # 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 …]
Dconfig.guess3 # 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/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs1 //! [Flexible target specification.](https://github.com/rust-lang/rfcs/pull/131)
11 //! A target triple, as passed via `rustc --target=TRIPLE`, will first be
12 //! compared against the list of built-in targets. This is to ease distributing
13 //! rustc (no need for configuration files) and also to hold these built-in
14 //! targets as immutable and sacred. If `TRIPLE` is not one of the built-in
23 //! `--target=path/to/my-awesome-platform.json` instead of adding to
30 //! underscore in the field names should be replaced with a hyphen (`-`) in the
32 //! `llvm-target`, `target-endian`, `target-pointer-width`, `data-layout`,
33 //! `arch`, and `os`. In general, options passed to rustc with `-C` override
34 //! the target's settings, though `target-feature` and `link-args` will *add*
[all …]
/third_party/openssl/util/perl/OpenSSL/
Dconfig.pm2 # 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/skia/third_party/externals/libpng/
Dconfig.guess3 # 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/libexif/
Dconfig.guess3 # Copyright 1992-2024 Free Software Foundation, Inc.
7 timestamp='2024-01-01'
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/libedit/
Dconfig.guess3 # Copyright 1992-2024 Free Software Foundation, Inc.
7 timestamp='2024-01-01'
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/ncurses/
Dconfig.guess3 # Copyright 1992-2023 Free Software Foundation, Inc.
7 timestamp='2023-10-19'
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/skia/m133/third_party/externals/libpng/
Dconfig.guess3 # Copyright 1992-2023 Free Software Foundation, Inc.
7 timestamp='2023-08-22'
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/
Dconfig.guess3 # 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/cups/
Dconfig.guess3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-09-17'
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/
Daclocal.m41 # 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 …]

123