Home
last modified time | relevance | path

Searched +full:x86_64 +full:- +full:w64 +full:- +full:mingw32 +full:- +full:gcc (Results 1 – 25 of 74) sorted by relevance

123

/external/clang/lib/Driver/
DMinGWToolChain.cpp1 //===--- MinGWToolChain.cpp - MinGWToolChain Implementation ---------------===//
8 //===----------------------------------------------------------------------===//
31 StringRef VersionText = llvm::sys::path::filename(LI->path()); in findGccVersion()
34 if (CandidateVersion.Major == -1) in findGccVersion()
39 GccLibDir = LI->path(); in findGccVersion()
48 Archs[0] += "-w64-mingw32"; in findGccLibDir()
49 Archs.emplace_back("mingw32"); in findGccLibDir()
56 llvm::sys::path::append(LibDir, CandidateLib, "gcc", CandidateArch); in findGccLibDir()
70 // for gcc on the PATH. In Linux the base is always /usr. in MinGW()
75 llvm::sys::findProgramByName("gcc")) in MinGW()
[all …]
/external/clang/test/Driver/
Dmingw.cpp1 // RUN: %clang -target i686-windows-gnu -c -### --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&…
2 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}i686-w64-mingw32{{/|\\\…
3 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}include"
6 …RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_…
7 …: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.…
8 …g_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include{{/|\\\\}}c…
9 …{{/|\\\\}}Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.…
10 …: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.…
11 …/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}inc…
12 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}mingw32{{/|\\\\}}includ…
[all …]
/external/protobuf/toolchain/
DBUILD.bazel8 "osx-x86_64": "cc-compiler-osx-x86_64",
9 "osx-aarch_64": "cc-compiler-osx-aarch_64",
10 "linux-aarch_64": "cc-compiler-linux-aarch_64",
11 "linux-ppcle_64": "cc-compiler-linux-ppcle_64",
12 "linux-s390_64": "cc-compiler-linux-s390_64",
13 "linux-x86_32": "cc-compiler-linux-x86_32",
14 "linux-x86_64": "cc-compiler-linux-x86_64",
15 "win32": "cc-compiler-windows-x86_32",
16 "win64": "cc-compiler-windows-x86_64",
17 "k8": "cc-compiler-k8",
[all …]
/external/cronet/third_party/protobuf/toolchain/
DBUILD8 "osx-x86_64": "cc-compiler-osx-x86_64",
9 "osx-aarch_64": "cc-compiler-osx-aarch_64",
10 "linux-aarch_64": "cc-compiler-linux-aarch_64",
11 "linux-ppcle_64": "cc-compiler-linux-ppcle_64",
12 "linux-s390_64": "cc-compiler-linux-s390_64",
13 "linux-x86_32": "cc-compiler-linux-x86_32",
14 "linux-x86_64": "cc-compiler-linux-x86_64",
15 "win32": "cc-compiler-windows-x86_32",
16 "win64": "cc-compiler-windows-x86_64",
36 toolchain_config = ":" + cpu + "-config",
[all …]
/external/crosvm/third_party/libslirp-rs/
DREADME.md4 libslirp-rs project that has been tightly integrated with `net_util`.
6 libslirp-rs depends on a bunch of libraries (libslirp and its dependencies).
20 pacman -S mingw-w64-x86_64-meson ninja git mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 mingw-w64-x8…
31 ninja -C build
37 [libglib-2.0-0.dll](https://packages.msys2.org/package/mingw-w64-x86_64-glib2) and glib inturn
38 depends on a few other libraries. On linux libglib-2.0-0.dll is not available as a dll with mingw
40 get them prebuilt from somewhere. Once you have those, create a file name `cross-compile` in
44 c = 'x86_64-w64-mingw32-gcc'
45 cpp = 'x86_64-w64-mingw32-g++'
46 ar = 'x86_64-w64-mingw32-ar'
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Dtoolchain-mingw-x86_64.cmake3 set(CMAKE_C_COMPILER_TARGET x86_64)
4 set(CMAKE_CXX_COMPILER_TARGET x86_64)
5 set(CMAKE_RC_COMPILER_TARGET x86_64)
10 set(CMAKE_FIND_ROOT_PATH /usr/x86_64-w64-mingw32)
15 # Prefer posix gcc variant for gtest pthread support
17 ${CMAKE_C_COMPILER_TARGET}-w64-mingw32-gcc-posix
18 ${CMAKE_C_COMPILER_TARGET}-w64-mingw32-gcc)
20 message(FATAL_ERROR "Cross-compiler for ${CMAKE_C_COMPILER_TARGET} not found")
25 ${CMAKE_C_COMPILER_TARGET}-w64-mingw32-g++-posix
26 ${CMAKE_CXX_COMPILER_TARGET}-w64-mingw32-g++)
[all …]
/external/libepoxy/cross/
Dfedora-mingw64.txt2 c = '/usr/bin/x86_64-w64-mingw32-gcc'
3 cpp = '/usr/bin/x86_64-w64-mingw32-cpp'
4 ar = '/usr/bin/x86_64-w64-mingw32-ar'
5 strip = '/usr/bin/x86_64-w64-mingw32-strip'
6 pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config'
10 root = '/usr/x86_64-w64-mingw32/sys-root/mingw'
11 c_args = [ '-pipe', '-Wp,-D_FORTIFY_SOURCE=2', '-fexceptions', '--param=ssp-buffer-size=4', '-I/usr…
12 c_link_args = [ '-L/usr/x86_64-w64-mingw32/sys-root/mingw/lib' ]
16 cpu_family = 'x86_64'
17 cpu = 'x86_64'
/external/harfbuzz_ng/.ci/
Dwin64-cross-file.txt3 cpu_family = 'x86_64'
4 cpu = 'x86_64'
9 c_link_args = ['-static-libgcc', '-Wl,-Bstatic', '-lpthread']
11 cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-Wl,-Bstatic', '-lpthread']
14 c = 'x86_64-w64-mingw32-gcc'
15 cpp = 'x86_64-w64-mingw32-g++'
16 ar = 'x86_64-w64-mingw32-ar'
17 ld = 'x86_64-w64-mingw32-ld'
18 objcopy = 'x86_64-w64-mingw32-objcopy'
19 strip = 'x86_64-w64-mingw32-strip'
[all …]
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_ccache_symlinks_rc8 # http://www.apache.org/licenses/LICENSE-2.0
20 if [ -x "$(command -v ccache)" ]
24 "gcc"
30 # ruby artifacts: rake-compiler-dock crosscompilers
32 "x86_64-redhat-linux-gcc"
33 "x86_64-redhat-linux-g++"
34 "i686-redhat-linux-gcc"
35 "i686-redhat-linux-g++"
36 "x86_64-w64-mingw32-gcc"
37 "x86_64-w64-mingw32-g++"
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dprepare_ccache_symlinks_rc8 # http://www.apache.org/licenses/LICENSE-2.0
20 if [ -x "$(command -v ccache)" ]
24 "gcc"
30 # ruby artifacts: rake-compiler-dock crosscompilers
32 "x86_64-redhat-linux-gcc"
33 "x86_64-redhat-linux-g++"
34 "i686-redhat-linux-gcc"
35 "i686-redhat-linux-g++"
36 "x86_64-w64-mingw32-gcc"
37 "x86_64-w64-mingw32-g++"
[all …]
/external/libdav1d/package/crossfiles/
Dx86_64-w64-mingw32.meson2 c = 'x86_64-w64-mingw32-gcc'
3 cpp = 'x86_64-w64-mingw32-g++'
4 ar = 'x86_64-w64-mingw32-ar'
5 strip = 'x86_64-w64-mingw32-strip'
6 windres = 'x86_64-w64-mingw32-windres'
10 c_link_args = ['-static-libgcc']
14 cpu_family = 'x86_64'
15 cpu = 'x86_64'
/external/libwebsockets/contrib/
Dcross-w64.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w64.cmake
13 set(CROSS_ROOT ${CROSS_PATH}/x86_64-w64-mingw32/sys-root/)
20 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-gcc")
21 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-g++")
22 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-windres")
23 set(CMAKE_C_FLAGS "-Wno-error")
27 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
29 # our desire for cross-build release optimization policy for code built to run
33 # sane value for cross-build here. Notice some gcc versions enable broken
34 # optimizations with -O3.
[all …]
Dcross-ming.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-ming.cmake
16 set(CMAKE_C_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-gcc")
17 #set(CMAKE_CXX_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-g++")
18 set(CMAKE_RC_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-windres")
19 set(CMAKE_C_FLAGS "-Wno-error")
23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
25 # our desire for cross-build release optimization policy for code built to run
29 # sane value for cross-build here. Notice some gcc versions enable broken
30 # optimizations with -O3.
33 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2")
[all …]
/external/libxml2/
D.gitlab-ci.yml4 BASE_CONFIG: "--with-legacy"
6 - rm -rf libxml2-build
7 - mkdir libxml2-build
8 - ln -s /tests/xmlconf libxml2-build
10 - sh .gitlab-ci/test.sh
12 gcc:
15 CFLAGS: "-O2"
17 gcc:c89:
20 CONFIG: "--without-python"
21 CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=600"
[all …]
/external/lz4/
Dappveyor.yml4 - COMPILER: "gcc"
6 - COMPILER: "gcc"
7 PLATFORM: "mingw32"
8 - COMPILER: "visual"
11 - COMPILER: "visual"
14 - COMPILER: "visual"
17 - COMPILER: "visual"
20 - COMPILER: "gcc"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
25 - MKDIR bin
[all …]
/external/jemalloc_new/
D.appveyor.yml5 - MSYSTEM: MINGW64
6 CPU: x86_64
8 - MSYSTEM: MINGW32
11 - MSYSTEM: MINGW64
12 CPU: x86_64
13 - MSYSTEM: MINGW32
15 - MSYSTEM: MINGW64
16 CPU: x86_64
18 CONFIG_FLAGS: --enable-debug
19 - MSYSTEM: MINGW32
[all …]
/external/cronet/third_party/protobuf/protoc-artifacts/
Dbuild-protoc.sh4 # 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>
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
15 # linux linux x86_64
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
19 # macos osx x86_64
[all …]
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh4 # 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>
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
15 # linux linux x86_64
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
19 # macos osx x86_64
[all …]
/external/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 …]
/external/sg3_utils/.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 …]
/external/libffi/
D.travis.yml1 ---
6 # For qemu-powered targets, get the list of supported processors from
7 # travis by setting QEMU_CPU=help, then set -mcpu= for the compilers
12 - os: linux
13 env: HOST=or1k-elf RUNTESTFLAGS="--target_board or1k-sim" DEJAGNU="/opt/.travis/site.exp"
14 - os: linux
15 env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="/opt/.travis/site.exp"
16 - os: linux
17 env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="/opt/.travis/site.exp"
19 # - os: osx
[all …]
/external/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
24 runs-on: ubuntu-latest
[all …]
/external/libwebm/infra/
Dcompile.sh32 set -e
33 shopt -s inherit_errexit
37 readonly WORKSPACE=${WORKSPACE:-"$(mktemp -d -t webm.XXX)"}
46 BUILD_TYPE supported build type (static, static-debug)
47 TARGET supported target platform compilation: (native, native-clang,
48 clang-i686, i686-w64-mingw32, x86_64-w64-mingw32,
49 native-Makefile.unix)
59 if command -v ccache 2> /dev/null; then
68 if [[ ! -d "${WORKSPACE}" ]]; then
81 BUILD_DIR="${WORKSPACE}/build-${BUILD_TYPE}"
[all …]
/external/libffi/.travis/
Dinstall.sh2 set -x
5 brew update > brew-update.log 2>&1
11 wget -qO - https://rl.gl/cli/rlgl-darwin-amd64.tgz | \
12 tar --strip-components=2 -xvzf - ./rlgl/rlgl
17 wget -qO - http://rl.gl/cli/rlgl-linux-amd64.tgz | \
18 tar --strip-components=2 -xvzf - ./rlgl/rlgl
20 sudo apt-get clean # clear the cache
21 sudo apt-get update
23 aarch64-linux-gnu | powerpc64le-unknown-linux-gnu | mips64el-linux-gnu | sparc64-linux-gnu)
25 alpha-linux-gnu | arm32v7-linux-gnu | m68k-linux-gnu | sh4-linux-gnu | s390x-linux-gnu )
[all …]
/external/capstone/
Dmake.sh4 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015
6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required.
9 [ ${MAKE_JOBS} -lt 1 ] && \
14 if [ -z "$NDK" ]; then
19 HOSTOS=$(uname -s | tr 'LD' 'ld')
20 HOSTARCH=$(uname -m)
27 [ -n "$APILEVEL" ] || APILEVEL="android-14" # default to ICS
28 CROSS=arm-linux-androideabi
31 [ -n "$APILEVEL" ] || APILEVEL="android-21" # first with arm64
32 CROSS=aarch64-linux-android
[all …]

123