Home
last modified time | relevance | path

Searched +full:host +full:- +full:gcc (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/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/rust/rust/src/ci/docker/host-x86_64/dist-various-1/
DDockerfile3 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
10 libtool-bin \
14 xz-utils \
15 libncurses-dev \
18 ninja-build \
21 ca-certificates \
26 xz-utils \
27 zlib1g-dev \
28 g++-arm-linux-gnueabi \
29 g++-arm-linux-gnueabihf \
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-i686-linux/
DDockerfile9 RUN yum upgrade -y && \
10 yum install -y epel-release && \
11 yum install -y \
16 gcc \
17 gcc-c++ \
19 glibc-devel.i686 \
20 glibc-devel.x86_64 \
21 libedit-devel \
22 libstdc++-devel.i686 \
23 libstdc++-devel.x86_64 \
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-x86_64-linux/
DDockerfile9 RUN yum upgrade -y && \
10 yum install -y epel-release && \
11 yum install -y \
16 gcc \
17 gcc-c++ \
19 glibc-devel.i686 \
20 glibc-devel.x86_64 \
21 libedit-devel \
22 libstdc++-devel.i686 \
23 libstdc++-devel.x86_64 \
[all …]
Dbuild-gcc.sh2 set -ex
6 GCC=8.5.0
8 curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -
9 cd gcc-$GCC
15 # downloading from `ftp://gcc.gnu.org/` from Travis (using passive mode) often leads to "Connection
19 # We observed that the `gcc-4.8.5.tar.bz2` above can be downloaded successfully, so as a stability
21 # bug: the host `gcc.gnu.org` and `cygwin.com` share the same IP, and the TLS certificate of the
22 # latter host is presented to `wget`! Therefore, we choose to download from the insecure HTTP server
25 sed -i'' 's|ftp://gcc\.gnu\.org/|https://gcc.gnu.org/|g' ./contrib/download_prerequisites
28 mkdir ../gcc-build
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-various-2/
DDockerfile3 COPY scripts/cross-apt-packages.sh /scripts/
4 RUN sh /scripts/cross-apt-packages.sh
7 RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
9 RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no-install-recommends…
10 build-essential \
11 # gcc-multilib can not be installed together with gcc-arm-linux-gnueabi
12 g++-8-multilib \
13 libedit-dev \
14 libgmp-dev \
15 libisl-dev \
[all …]
/third_party/toybox/scripts/
Dmcm-buildall.sh3 # Script to build all cross and native compilers supported by musl-libc.
6 if [ ! -d litecross ]
8 echo Run this script in musl-cross-make directory to make "ccc" directory.
10 echo " "git clone https://github.com/richfelker/musl-cross-make
11 echo " "cd musl-cross-make
12 echo ' ~/toybox/scripts/mcm-buildall.sh'
17 # can be statically linked against musl on the host, for binary portability.)
19 BOOTSTRAP=i686-linux-musl
21 [ -z "$OUTPUT" ] && OUTPUT="$PWD/ccc"
25 rm -rf "$OUTPUT" host-* *.log
[all …]
Dinstall.sh7 [ -z "$PREFIX" ] && PREFIX="/usr/toybox"
12 while [ ! -z "$1" ]
15 [ "$1" == "--symlink" ] && LINK_TYPE="-s"
18 [ "$1" == "--uninstall" ] && UNINSTALL=Uninstall
21 [ "$1" == "--force" ] && DO_FORCE="-f"
24 [ "$1" == "--long" ] && LONG_PATH="bin/"
26 # Symlink host toolchain binaries to destination to create cross compile $PATH
27 [ "$1" == "--airlock" ] && AIRLOCK=1
35 $DEBUG $HOSTCC -I . scripts/install.c -o generated/instlist || exit 1
38 echo "${UNINSTALL:-Install} commands..."
[all …]
/third_party/skia/m133/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
14 [which Makefile fragment to use for ${host}],
17 case "${host}" in
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
[all …]
/third_party/icu/icu4c/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
14 [which Makefile fragment to use for ${host}],
17 case "${host}" in
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
[all …]
/third_party/skia/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
14 [which Makefile fragment to use for ${host}],
17 case "${host}" in
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
[all …]
/third_party/skia/m133/third_party/externals/libwebp/doc/
Dbuilding.md8 nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output
11 the directory `output\release-static\(x64|x86)\bin` will contain the tools
12 cwebp.exe and dwebp.exe. The directory `output\release-static\(x64|x86)\lib`
19 On platforms with GNU tools installed (gcc and make), running
22 make -f makefile.unix
26 library src/libwebp.a. No system-wide installation is supplied, as this is a
33 Prerequisites: a compiler (e.g., gcc), make, autoconf, automake, libtool.
35 On a Debian-like system the following should install everything you need for a
39 $ sudo apt-get install gcc make autoconf automake libtool
64 Note: A decode-only library, libwebpdecoder, is available using the
[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
16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu
18 - autoreconf -i
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/
DDockerfile4 RUN apt-get update && apt-get install -y --no-install-recommends \
5 g++-multilib \
7 ninja-build \
10 ca-certificates \
14 xz-utils \
18 libssl-dev \
19 pkg-config
21 COPY scripts/cross-apt-packages.sh /scripts/
22 RUN sh /scripts/cross-apt-packages.sh
24 COPY scripts/crosstool-ng.sh /scripts/
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/disabled/riscv64gc-linux/
DDockerfile1 # based on armhf-gnu/Dockerfile
4 RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
5 RUN apt-get update -y && apt-get install -y --no-install-recommends \
8 ca-certificates \
12 debian-ports-archive-keyring \
15 gcc \
16 gcc-riscv64-linux-gnu \
18 g++-riscv64-linux-gnu \
20 libc6-dev \
21 libc6-dev-riscv64-cross \
[all …]
/third_party/skia/third_party/externals/freetype/docs/
DINSTALL.CROSS1 This document contains instructions on how to cross-build the FreeType
4 file `INSTALL.UNIX' for required tools and the basic self-building
9 -----------------
11 For self-building the FreeType library on a Unix system, GNU Make
15 The GNU C compiler to cross-build the target system is required.
16 Currently, using a non-GNU cross compiler is untested. The cross
20 the name `mips-ip22-linuxelf-gcc'.
22 A C compiler for a self-build is required also, to build a tool
23 (`apinames') that is executed during the build procedure. Non-GNU
28 ----------------
[all …]
/third_party/optimized-routines/
Dconfig.mk.dist3 # Copyright (c) 2018-2024, Arm Limited.
4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
12 # Use for cross compilation with gcc.
13 #CROSS_COMPILE = aarch64-none-linux-gnu-
16 CC = $(CROSS_COMPILE)gcc
17 CFLAGS = -std=c99 -pipe -O3
18 CFLAGS += -Wall -Wno-missing-braces
19 CFLAGS += -Werror=implicit-function-declaration
21 # Used for test case generator that is executed on the host
22 HOST_CC = gcc
[all …]
/third_party/rust/rust/src/doc/rustc/src/platform-support/
Darmv7-unknown-linux-uclibceabi.md1 # `armv7-unknown-linux-uclibceabi`
5 …Us and uses the uclibc-ng standard library. This is a common configuration on many consumer router…
15 This target supports host tools and std.
19 … `'C'` cross toolchain that targets ARMv7 softfloat and that uses the uclibc-ng standard library. …
21-toolchain) is a sample toolchain that is built using [buildroot](https://buildroot.org/). It uses…
23 …ain this target can be built for cross compilation and native compilation (host tools) with project
25 [rust-bootstrap-armv7-unknown-linux-uclibceabi](https://github.com/lancethepants/rust-bootstrap-arm…
32 build-stage = 2
33 target = ["armv7-unknown-linux-uclibceabi"]
35 [target.armv7-unknown-linux-uclibceabi]
[all …]
/third_party/littlefs/.github/workflows/
Dtest.yml5 CFLAGS: -Werror
6 MAKEFLAGS: -j
11 runs-on: ubuntu-18.04
13 fail-fast: false
18 - uses: actions/checkout@v2
19 - name: install
22 sudo apt-get update -qq
23 sudo apt-get install -qq python3 python3-pip lcov
25 gcc --version
27 # setup a ram-backed disk to speed up reentrant tests
[all …]
/third_party/rust/rust/compiler/rustc_codegen_gcc/
DReadme.md3 [![Chat on IRC](https://img.shields.io/badge/irc.libera.chat-%23rustc__codegen__gcc-blue.svg)](http…
5 … a GCC codegen for rustc, which means it can be loaded by the existing rustc frontend, but benefit…
7 **Despite its name, libgccjit can be used for ahead-of-time compilation, as is used here.**
12 A secondary goal is to check if using the gcc backend will provide any run-time speed improvement f…
17 The patches in [this repository](https://github.com/antoyo/libgccjit-patches) need to be applied.
19 You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already includes these patch…
21 To build it (most of these instructions come from [here](https://gcc.gnu.org/onlinedocs/jit/interna…
24 $ git clone https://github.com/antoyo/gcc
25 $ sudo apt install flex libmpfr-dev libgmp-dev libmpc3 libmpc-dev
26 $ mkdir gcc-build gcc-install
[all …]
/third_party/nghttp2/third-party/
Dbuild_config.rb3 toolchain :gcc if ENV['MRUBY_CC'].include? "gcc"
22 # mruby-bin-debugger which causes the application to crash.
24 conf.gembox "stdlib-ext"
25 conf.gembox "stdlib-io"
30 conf.gem :core => "mruby-bin-mrbc"
33 conf.gem :core => "mruby-bin-mirb"
36 conf.gem :core => "mruby-bin-mruby"
38 # Generate mruby-strip command
39 conf.gem :core => "mruby-bin-strip"
41 # Generate mruby-config command
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/disabled/dist-x86_64-haiku/
DDockerfile3 RUN apt-get update && apt-get install -y --no-install-recommends \
8 ca-certificates \
16 libcurl4-openssl-dev \
17 libssl-dev \
19 ninja-build \
21 pkg-config \
26 xz-utils \
27 zlib1g-dev
29 COPY host-x86_64/dist-x86_64-haiku/llvm-config.sh /bin/llvm-config-haiku
34 COPY host-x86_64/dist-x86_64-haiku/build-toolchain.sh /tmp/
[all …]
/third_party/libwebsockets/contrib/
Dcross-aarch64-qnx.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-aarch64-qnx.cmake
10 set(CROSS_PATH /var/toolchain/qnx5.4/host/linux/x86_64/usr)
18 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/ntoaarch64-gcc")
19 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/ntoaarch64-g++")
21 set(CMAKE_C_FLAGS "-Wno-error")
26 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
28 # our desire for cross-build release optimization policy for code built to run
32 # sane value for cross-build here. Notice some gcc versions enable broken
33 # optimizations with -O3.
36 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2")
[all …]
/third_party/ltp/
Dbuild.sh2 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
5 set -e
7 CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=re…
8 CC="${CC:-gcc}"
10 DEFAULT_PREFIX="$HOME/ltp-install"
14 CONFIGURE_OPTS_IN_TREE="--with-open-posix-testsuite --with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
16 CONFIGURE_OPTS_OUT_TREE="--with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
19 BUILD_DIR="$SRC_DIR/../ltp-build"
21 MAKE_OPTS="-j$(getconf _NPROCESSORS_ONLN)"
[all …]
/third_party/cares/
DINSTALL.md13 Lots of people download binary distributions of c-ares. This document
14 does not describe how to install c-ares using such a binary package.
15 This document describes how to compile, build and install c-ares from
22 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory
45 [GIT-INFO](GIT-INFO) on how to proceed.
49 ./configure --help
51 If you want to install c-ares in a different file hierarchy than /usr/local,
54 ./configure --prefix=/path/to/c-ares/tree
60 ./configure --prefix=$HOME
66 To force configure to use the standard cc compiler if both cc and gcc are
[all …]

12345678910>>...22