Home
last modified time | relevance | path

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

12345678910>>...17

/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/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/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 …]
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
36 case `/bin/sh -c "echo 'x\c'"` in
[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 …]
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
36 case `/bin/sh -c "echo 'x\c'"` in
[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/optimized-routines/
Dconfig.mk.dist3 # Copyright (c) 2018-2020, 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/nghttp2/.github/workflows/
Dbuild.yml5 permissions: read-all
16 build-cache:
19 os: [ubuntu-22.04, macos-12]
21 runs-on: ${{ matrix.os }}
24 - uses: actions/checkout@v4
25 - name: Restore libbpf cache
26 id: cache-libbpf
31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }}
32 - name: Restore OpenSSL v1.1.1 cache
33 id: cache-openssl1
[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/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/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 …]
DINSTALL2 ------------
9 …# apt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6
13 …# zypper install gcc git make pkg-config autoconf automake bison flex m4 linux-glibc-devel glibc-d…
17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers
23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config
31 -------------
37 $ mkdir -p $TOP_BUILDDIR
40 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios.
41 - $TOP_SRCDIR and $TOP_BUILDDIR differ for out-of-build-tree scenarios.
43 See the In-build-tree and Out-of-build-tree sections below for more details on
[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/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 …]
Dcross-arm-linux-gnueabihf.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake
9 set(CROSS_PATH /opt/gcc-linaro-arm-linux-gnueabihf-4.7-2013.02-01-20130221_linux)
15 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-gcc")
16 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-g++")
20 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
22 # our desire for cross-build release optimization policy for code built to run
26 # sane value for cross-build here. Notice some gcc versions enable broken
27 # optimizations with -O3.
30 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2")
31 set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O2")
[all …]
/third_party/lame/
Dconfig.rpath5 # Copyright 1996-2010 Free Software Foundation, Inc.
13 # The first argument passed to this file is the canonical host specification,
14 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
16 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
23 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
33 host="$1"
34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
[all …]
Dconfigure.in24 AC_INIT([lame],[3.100],[lame-dev@lists.sf.net])
67 if test "${CC}" != "gcc"; then
69 [ CC=gcc ./configure]
70 [Abort this configure run and add "CC=gcc" or you will]
78 if test "x${GCC}" = "xyes"; then
80 COMPILER_TYPE="`${CC} --version | head -1 | sed -e '1,$s/version.*//g'`"
82 *gcc*)
83 AC_MSG_RESULT(gcc)
100 AC_MSG_CHECKING(version of GCC)
101 GCC_version="`${CC} --version | sed -n '1s/^[[^ ]]* (.*) //;s/ .*$//;1p'`"
[all …]
/third_party/libsnd/Scripts/
Dandroid-configure.sh1 #!/bin/bash -e
3 # Copyright (C) 2013-2016 Erik de Castro Lopo <erikd@mega-nerd.com>
30 ANDROID_NDK_VER=${ANDROID_NDK_VER:-r10}
32 # Android NDK gcc version; eg 4.8, 4.9 etc.
33 ANDROID_GCC_VER=${ANDROID_GCC_VER:-4.9}
36 ANDROID_API_VER=${ANDROID_API_VER:-14}
38 ANDROID_TARGET=${ANDROID_TARGET:-arm-linux-androideabi}
40 if test -z ${ANDROID_TOOLCHAIN_HOME} ; then
46 #-------------------------------------------------------------------------------
49 BUILD_MACHINE=$(uname -s | tr 'A-Z' 'a-z')-$(uname -m)
[all …]
/third_party/curl/docs/
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
72 ./configure --with-openssl
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/kernel_builder/ascend/tbe_and_aicpu/cpukernel/
Dtoolchain.cmake10 set(CMAKE_CXX_COMPILER ${TOOLCHAIN_DIR}-g++)
11 set(CMAKE_C_COMPILER ${TOOLCHAIN_DIR}-gcc)
20 set(CMAKE_C_COMPILER ${TOOLCHAIN_DIR}/bin/aarch64-linux-gnu-gcc)
21 set(CMAKE_CXX_COMPILER ${TOOLCHAIN_DIR}/bin/aarch64-linux-gnu-g++)
23 set(CMAKE_C_COMPILER ${TOOLCHAIN_DIR}/bin/aarch64-target-linux-gnu-gcc)
24 set(CMAKE_CXX_COMPILER ${TOOLCHAIN_DIR}/bin/aarch64-target-linux-gnu-g++)
31 #For this variable, it is usually a program that calls the host, so it is generally set to NEVER
/third_party/icu/
D.appveyor.yml11 - c:\icu-ci-cache
14 # - The VS2017 build is disabled (commented out) below, as we build both VS2015 and VS2017
17 # - For the Cygwin build, the CYG_MIRROR URL used to use the "Cygwin Time Machine" archive
18 # in order to pull a previous version of Cygwin, v2.11.2-1 (with timestamp 1550062412).
23 # In order to speed the builds up we use the "-X" or "--no-verify" option to skip checking
28 ICU_CI_CACHE: c:\icu-ci-cache
29 CYG_URL: https://cygwin.com/setup-x86_64.exe
31 CYG_PACKAGES: automake,gcc-core,gcc-g++,make,pkg-config,perl,python3
32 CYG_ROOT: c:\cygwin-root
33 CYG_CACHE: '%ICU_CI_CACHE%\cygwin64-v3'
[all …]
/third_party/skia/third_party/externals/freetype/builds/os2/
Ddetect.mk2 # FreeType 2 configuration file to detect an OS/2 host platform.
6 # Copyright (C) 1996-2021 by
35 # gcc-emx by default
36 CONFIG_FILE := os2-gcc.mk
41 CONFIG_FILE := os2-icc.mk
50 CONFIG_FILE := os2-wat.mk
58 ifneq ($(findstring borlandc,$(MAKECMDGOALS)),) # Borland C++ 32-bit
59 CONFIG_FILE := os2-bcc.mk
68 CONFIG_FILE := os2-dev.mk
69 CC := gcc
/third_party/popt/
Dconfigure.ac2 AC_INIT([popt], [1.19], [rpm-maint@lists.rpm.org])
7 AC_CONFIG_AUX_DIR([build-aux])
9 AM_INIT_AUTOMAKE([1.10 foreign -Wall])
26 case "${host}" in
27 *-*-linux*)
30 *-*-gnu*)
34 AC_ARG_ENABLE([ld-version-script],
35 [AS_HELP_STRING([--enable-ld-version-script],
42 AC_ARG_ENABLE([build-gcov],
43 [AS_HELP_STRING([--enable-build-gcov], [build POPT instrumented for gcov])], [dnl
[all …]

12345678910>>...17