Home
last modified time | relevance | path

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

12345678910

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml4 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 …]
Dpkgcheck.yml4 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 …]
Dcmake.yml4 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/liburing/.github/workflows/
Dbuild.yml10 runs-on: ubuntu-latest
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 …]
/external/python/cpython2/Modules/_ctypes/libffi/
DREADME4 libffi-3.1 was released on May 19, 2014. Check the libffi web page
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]
DChangeLog.libffi-3.11 2014-03-16 Josh Triplett <josh@joshtriplett.org>
3 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future
7 2014-03-16 Josh Triplett <josh@joshtriplett.org>
9 Add support for stdcall, thiscall, and fastcall on non-Windows
10 x86-32.
12 Linux supports the stdcall calling convention, either via
14 code compiled with -mrtd which effectively makes stdcall the
18 non-Windows x86-32 platforms, as non-default calling conventions.
20 * Makefile.am: Compile in src/x86/win32.S on non-Windows x86-32.
22 FFI_FASTCALL on non-Windows x86-32. Increase trampoline size to
[all …]
/external/libffi/
DREADME.md4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf…
7 libffi-3.3 was released on November 23, 2019. Check the libffi web
24 told at run-time about the number and types of arguments used to call
51 | --------------- | ---------------- | ----------------------- |
53 | AArch64 | Linux | GCC |
55 | Alpha | Linux | GCC |
56 | Alpha | Tru64 | GCC |
57 | ARC | Linux | GCC |
58 | ARM | Linux | GCC |
59 | ARM | iOS | GCC |
[all …]
DREADME4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]
DChangeLog.libffi-3.11 2014-03-16 Josh Triplett <josh@joshtriplett.org>
3 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future
7 2014-03-16 Josh Triplett <josh@joshtriplett.org>
9 Add support for stdcall, thiscall, and fastcall on non-Windows
10 x86-32.
12 Linux supports the stdcall calling convention, either via
14 code compiled with -mrtd which effectively makes stdcall the
18 non-Windows x86-32 platforms, as non-default calling conventions.
20 * Makefile.am: Compile in src/x86/win32.S on non-Windows x86-32.
22 FFI_FASTCALL on non-Windows x86-32. Increase trampoline size to
[all …]
/external/zstd/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
59 $(MAKE) -C $(TESTDIR) all32
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dpkgcheck.sh5 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/lz4/.circleci/images/primary/
DDockerfile1 FROM circleci/buildpack-deps:bionic
3 RUN sudo apt-get -y -qq update
4 RUN sudo apt-get -y install software-properties-common
5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6 RUN sudo apt-get -y install cmake
7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
9 RUN sudo apt-get -y install clang clang-tools
10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
11 RUN sudo apt-get -y install valgrind
[all …]
/external/zstd/.circleci/images/primary/
DDockerfile1 FROM circleci/buildpack-deps@sha256:f6f10c11b7b8ccfd4f4a5b830c3256803604ce61292b60cb22e26b12f62b0e8c
3 RUN sudo dpkg --add-architecture i386
4 RUN sudo apt-get -y -qq update
5 RUN sudo apt-get -y install \
6 gcc-multilib-powerpc-linux-gnu gcc-arm-linux-gnueabi \
7 libc6-dev-armel-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross \
8 libc6-dev-ppc64-powerpc-cross zstd gzip coreutils \
9 libcurl4-openssl-dev
/external/lz4/.circleci/
Dconfig.yml17 shell: /bin/bash --login
19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-
21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…
24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.
26 # We have selected a pre-built image that mirrors the build environment we use on
29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/
30 # To see the list of pre-built images that CircleCI provides for most common languages see
31 # https://circleci.com/docs/2.0/circleci-images/
[all …]
/external/clang/test/Driver/
Dlinux-header-search.cpp4 // Test a simulated installation of libc++ on Linux, both through sysroot and
6 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
7 // RUN: -target x86_64-unknown-linux-gnu \
8 // RUN: -stdlib=libc++ \
9 // RUN: -ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin \
10 // RUN: --sysroot=%S/Inputs/basic_linux_libcxx_tree \
11 // RUN: --gcc-toolchain="" \
12 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-SYSROOT %s
13 // CHECK-BASIC-LIBCXX-SYSROOT: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
14 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]"
[all …]
/external/elfutils/tests/
Drun-get-files.sh7 # 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_builddir}/get-files testfile testfile2 <<\EOF
25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
[all …]
Drun-next-files.sh2 # Variant of run-get-files that uses dwarf_next_lines.
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_builddir}/next-files testfile testfile2 <<\EOF
25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
[all …]
/external/llvm/docs/
DCompilerWriterInfo.rst10 This document is a work-in-progress. Additions and clarifications are
17 -------------
19-A Architecture Reference Manual <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0…
21-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0403e.b/ind…
23-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0419c/index…
30 --------------
35 ----
37 * `MIPS Processor Architecture <http://imgtec.com/mips/mips-architectures.asp>`_
39 * `MIPS 64-bit ELF Object File Specification <http://techpubs.sgi.com/library/manuals/4000/007-4658
41 PowerPC section in Hardware
[all …]
/external/cpu_features/scripts/
Drun_integration.sh2 set -eo pipefail
17 mkdir -p "${ARCHIVE_DIR}"
19 local -r URL=$1
20 local -r RELATIVE_DIR=$2
21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}"
22 if [[ ! -d "${DESTINATION}" ]] ; then
24 local -r ARCHIVE_NAME=$(basename "${URL}")
25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}"
27 rm -f "${ARCHIVE_NAME}"
36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0}
[all …]
/external/cronet/third_party/cpu_features/src/scripts/
Drun_integration.sh2 set -eo pipefail
17 mkdir -p "${ARCHIVE_DIR}"
19 local -r URL=$1
20 local -r RELATIVE_DIR=$2
21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}"
22 if [[ ! -d "${DESTINATION}" ]] ; then
24 local -r ARCHIVE_NAME=$(basename "${URL}")
25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}"
27 rm -f "${ARCHIVE_NAME}"
36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0}
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_osx/
DREADME1 This directory contains the libffi package, which is not part of GCC but
2 shipped with GCC as convenience.
7 libffi-2.00 has not been released yet! This is a development snapshot!
9 libffi-1.20 was released on October 5, 1998. Check the libffi web
26 told at run-time about the number and types of arguments used to call
49 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9)
53 Intel x86 - Linux (System V ABI)
55 Alpha - Linux and OSF/1
57 m68k - Linux (System V ABI)
59 PowerPC - Linux (System V ABI, Darwin, AIX)
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME1 This directory contains the libffi package, which is not part of GCC but
2 shipped with GCC as convenience.
7 libffi-2.00 has not been released yet! This is a development snapshot!
9 libffi-1.20 was released on October 5, 1998. Check the libffi web
26 told at run-time about the number and types of arguments used to call
49 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9)
53 Intel x86 - Linux (System V ABI)
55 Alpha - Linux and OSF/1
57 m68k - Linux (System V ABI)
59 PowerPC - Linux (System V ABI, Darwin, AIX)
[all …]
/external/python/cpython3/Modules/_ctypes/libffi_osx/
DREADME1 This directory contains the libffi package, which is not part of GCC but
2 shipped with GCC as convenience.
7 libffi-2.00 has not been released yet! This is a development snapshot!
9 libffi-1.20 was released on October 5, 1998. Check the libffi web
26 told at run-time about the number and types of arguments used to call
49 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9)
53 Intel x86 - Linux (System V ABI)
55 Alpha - Linux and OSF/1
57 m68k - Linux (System V ABI)
59 PowerPC - Linux (System V ABI, Darwin, AIX)
[all …]
/external/zstd/.github/workflows/
Dcommit.yml5 - dev
6 permissions: read-all
8 short-tests-0:
9 runs-on: ubuntu-latest
12 image: fbopensource/zstd-circleci-primary:0.0.1
13 options: --entrypoint /bin/bash
15 - uses: actions/checkout@v4
16 - name: Install Dependencies
18 sudo apt-get update
19 sudo apt-get install libcurl4-gnutls-dev
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Dtoolchain-powerpc.cmake1 set(CMAKE_SYSTEM_NAME Linux)
2 set(CMAKE_SYSTEM_PROCESSOR powerpc)
5 set(CMAKE_C_COMPILER_TARGET powerpc-linux-gnu)
6 set(CMAKE_CXX_COMPILER_TARGET powerpc-linux-gnu)
9 set(CMAKE_CROSSCOMPILING_EMULATOR qemu-ppc -cpu 7400 -L /usr/${CMAKE_C_COMPILER_TARGET}/)
16 find_program(C_COMPILER_FULL_PATH NAMES ${CMAKE_C_COMPILER_TARGET}-gcc)
18 message(FATAL_ERROR "Cross-compiler for ${CMAKE_C_COMPILER_TARGET} not found")
22 find_program(CXX_COMPILER_FULL_PATH NAMES g++-${CMAKE_CXX_COMPILER_TARGET} ${CMAKE_CXX_COMPILER_TAR…

12345678910