Searched +full:host +full:- +full:gcc (Results 1 – 25 of 394) sorted by relevance
12345678910>>...16
/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/toybox/scripts/ |
D | mcm-buildall.sh | 3 # 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 …]
|
D | install.sh | 7 [ -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/icu/icu4c/source/ |
D | acinclude.m4 | 3 # 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 …]
|
D | configure.ac | 1 # -*-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/skia/third_party/externals/icu/source/ |
D | acinclude.m4 | 3 # 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 …]
|
D | configure.ac | 1 # -*-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.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 16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu 18 - autoreconf -i [all …]
|
/third_party/optimized-routines/ |
D | config.mk.dist | 3 # 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/ |
D | build.yml | 5 permissions: read-all 16 build-cache: 19 os: [ubuntu-22.04, macos-12] 21 runs-on: ${{ matrix.os }} 24 - uses: actions/checkout@v3 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/ |
D | INSTALL.CROSS | 1 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/ |
D | test.yml | 5 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/protobuf/protoc-artifacts/ |
D | build-protoc.sh | 4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe 6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET> 8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH> 10 # HOST <OS> <ARCH> <COMMENT> 11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc 12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc 13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu 16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc 17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc 36 protoc-gen-javalite) [all …]
|
/third_party/node/deps/cares/ |
D | INSTALL.md | 1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! ** 15 Lots of people download binary distributions of c-ares. This document 16 does not describe how to install c-ares using such a binary package. 17 This document describes how to compile, build and install c-ares from 24 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory 47 [GIT-INFO](GIT_INFO) on how to proceed. 51 ./configure --help 53 If you want to install c-ares in a different file hierarchy than /usr/local, 56 ./configure --prefix=/path/to/c-ares/tree 62 ./configure --prefix=$HOME [all …]
|
/third_party/ltp/ |
D | build.sh | 2 # 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/nghttp2/third-party/ |
D | build_config.rb | 3 toolchain :gcc if ENV['MRUBY_CC'].include? "gcc" 23 conf.gem :core => 'mruby-eval' 26 if ENV['BUILD'] == ENV['HOST'] then 31 MRuby::CrossBuild.new(ENV['HOST']) do |conf|
|
/third_party/libwebsockets/contrib/ |
D | cross-aarch64-qnx.cmake | 6 # 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 …]
|
D | cross-arm-linux-gnueabihf.cmake | 6 # 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/node/deps/v8/src/base/ |
D | build_config.h | 2 // Use of this source code is governed by a BSD-style license that can be 11 // http://msdn.microsoft.com/en-us/library/b0084kay.aspx 13 // or with gcc, run: "echo | gcc -E -dM -" 60 #error "Host architecture was not detected as supported by v8" 84 // in the same way as the host architecture, that is, target the native 152 // Check for supported combinations of host and target architectures. 154 #error Target architecture ia32 is only supported on ia32 host 158 #error Target architecture x64 is only supported on x64 and arm64 host 162 #error Target architecture x32 is only supported on x64 host with x32 support 165 #error Target architecture arm is only supported on arm and ia32 host [all …]
|
/third_party/libsnd/Scripts/ |
D | android-configure.sh | 1 #!/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/mbedtls/ |
D | .travis.yml | 2 # and pip is available. Gcc and clang are available anyway. 10 - name: basic checks and reference configurations 14 - gnutls-bin 15 - doxygen 16 - graphviz 17 - gcc-arm-none-eabi 18 - libnewlib-arm-none-eabi 19 - gcc-arm-linux-gnueabi 20 - libc6-dev-armel-cross 22 - tests/scripts/all.sh -k 'check_*' [all …]
|
/third_party/libffi/ |
D | configure.ac | 9 target_alias=${target_alias-$host_alias} 11 case "${host}" in 12 frv*-elf) 13 LDFLAGS=`echo $LDFLAGS | sed "s/\-B[^ ]*libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/ 21 # The same as in boehm-gc and libstdc++. Have to borrow it from there. 23 # the wrong, non-multilib-adjusted value will be used in multilibs. 44 # Test for 64-bit build. 55 if test "x$GCC" = "xyes"; then 56 CFLAGS="$CFLAGS -fexceptions" 70 dnl The -no-testsuite modules omit the test subdir. [all …]
|
/third_party/icu/ |
D | .appveyor.yml | 11 - 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/popt/ |
D | configure.ac | 2 AC_INIT(popt, 1.18, 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 AC_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 …]
|
/third_party/skia/third_party/externals/freetype/builds/os2/ |
D | detect.mk | 2 # 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
|
12345678910>>...16