Home
last modified time | relevance | path

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

123

/third_party/protobuf/toolchain/
DBUILD.bazel14 "osx-x86_64": "cc-compiler-osx-x86_64",
15 "osx-aarch_64": "cc-compiler-osx-aarch_64",
16 "linux-aarch_64": "cc-compiler-linux-aarch_64",
17 "linux-ppcle_64": "cc-compiler-linux-ppcle_64",
18 "linux-s390_64": "cc-compiler-linux-s390_64",
19 "linux-x86_32": "cc-compiler-linux-x86_32",
20 "linux-x86_64": "cc-compiler-linux-x86_64",
21 "win32": "cc-compiler-windows-x86_32",
22 "win64": "cc-compiler-windows-x86_64",
23 "k8": "cc-compiler-k8",
[all …]
/third_party/glfw/CMake/
Di686-w64-mingw32.cmake1 # Define the environment for cross-compiling with 32-bit MinGW-w64 GCC
4 SET(CMAKE_C_COMPILER "i686-w64-mingw32-gcc")
5 SET(CMAKE_CXX_COMPILER "i686-w64-mingw32-g++")
6 SET(CMAKE_RC_COMPILER "i686-w64-mingw32-windres")
7 SET(CMAKE_RANLIB "i686-w64-mingw32-ranlib")
10 SET(CMAKE_FIND_ROOT_PATH "/usr/i686-w64-mingw32")
Dx86_64-w64-mingw32.cmake1 # Define the environment for cross-compiling with 64-bit MinGW-w64 GCC
4 SET(CMAKE_C_COMPILER "x86_64-w64-mingw32-gcc")
5 SET(CMAKE_CXX_COMPILER "x86_64-w64-mingw32-g++")
6 SET(CMAKE_RC_COMPILER "x86_64-w64-mingw32-windres")
7 SET(CMAKE_RANLIB "x86_64-w64-mingw32-ranlib")
10 SET(CMAKE_FIND_ROOT_PATH "/usr/x86_64-w64-mingw32")
/third_party/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 …]
/third_party/skia/m133/third_party/externals/harfbuzz/.ci/
Dwin32-cross-file.txt9 c_link_args = ['-static-libgcc', '-Wl,-Bstatic', '-lpthread']
11 cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-Wl,-Bstatic', '-lpthread']
14 c = 'i686-w64-mingw32-gcc'
15 cpp = 'i686-w64-mingw32-g++'
16 ar = 'i686-w64-mingw32-ar'
17 ld = 'i686-w64-mingw32-ld'
18 objcopy = 'i686-w64-mingw32-objcopy'
19 strip = 'i686-w64-mingw32-strip'
20 windres = 'i686-w64-mingw32-windres'
Dwin64-cross-file.txt9 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'
20 windres = 'x86_64-w64-mingw32-windres'
/third_party/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-w32.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w32.cmake -DLWS_WITH_SSL=0
10 #set(CROSS_PATH /opt/mingw32)
13 set(CROSS_ROOT ${CROSS_PATH}/i686-w64-mingw32/sys-root/)
19 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-gcc")
20 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-g++")
21 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-windres")
25 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
27 # our desire for cross-build release optimization policy for code built to run
31 # sane value for cross-build here. Notice some gcc versions enable broken
32 # 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 …]
/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/ncurses/test/package/
Dmingw-ncurses-examples.spec1 Summary: ncurses-examples - example/test programs from ncurses
4 %global AppProgram ncurses-examples
7 # $Id: mingw-ncurses-examples.spec,v 1.11 2023/02/25 23:10:34 tom Exp $
8 Name: mingw32-ncurses6-examples
13 URL: https://invisible-island.net/ncurses/%{AppProgram}.html
14 Source: https://invisible-island.net/archives/%{AppProgram}/%{AppProgram}-%{release}.tgz
16 BuildRequires: mingw32-ncurses6
18 BuildRequires: mingw32-filesystem >= 95
19 BuildRequires: mingw32-gcc
20 BuildRequires: mingw32-binutils
[all …]
/third_party/skia/third_party/externals/harfbuzz/
DREADME.mingw.md2 as a widely used and tested shaper is used as more-or-less OpenType reference
11 - Fedora: `dnf install wine`.
13 2. Install `mingw-w64` compiler.
14 - Fedora, 32bit: `dnf install mingw32-gcc-c++`
15 - Fedora, 64bit: `dnf install mingw64-gcc-c++`
16 - Debian: `apt install g++-mingw-w64`
17 - Mac: `brew install mingw-w64`
19 3. If you have drank the `meson` koolaid, look at `.ci/build-win32.sh` to see how to
24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype`
25 - Fedora, 64bit: `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype`
[all …]
/third_party/libuv/.github/workflows/
DCI-win.yml1 name: CI-win
6 - '**'
7 - '!docs/**'
8 - '!src/unix/**'
9 - '!.**'
10 - '.github/workflows/CI-win.yml'
13 - v[0-9].*
14 - master
17 build-windows:
18 runs-on: windows-${{ matrix.config.server }}
[all …]
/third_party/ncurses/package/
Dmingw-ncurses.spec4 Name: mingw32-ncurses6
9 URL: https://invisible-island.net/ncurses/
10 Source: https://invisible-island.net/archives/ncurses/ncurses-%{version}-%{release}.tgz
12 BuildRequires: mingw32-filesystem >= 95
13 BuildRequires: mingw32-gcc
14 BuildRequires: mingw32-binutils
16 BuildRequires: mingw64-filesystem >= 95
17 BuildRequires: mingw64-gcc
18 BuildRequires: mingw64-binutils
22 %define CC_NORMAL -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion
[all …]
/third_party/python/.cid/
Dpython_builder.py2 # -*- coding: utf-8 -*-
9 # http://www.apache.org/licenses/LICENSE-2.0
32 format='%(asctime)s - %(levelname)s - %(message)s',
66 def __init__(self, build_config) -> None:
77 …self._prebuilts_python_path = os.path.join(self._prebuilts_path, 'python', 'linux-x86', self._lldb…
84 def _logger(self) -> logging.Logger:
88 def _cc(self) -> Path:
92 def _cflags(self) -> List[str]:
96 def _ldflags(self) -> List[str]:
100 def _cxx(self) -> Path:
[all …]
/third_party/skia/m133/third_party/externals/expat/expat/cmake/
Dmingw-toolchain.cmake32 set(CMAKE_C_COMPILER i686-w64-mingw32-gcc)
33 set(CMAKE_CXX_COMPILER i686-w64-mingw32-g++)
34 set(CMAKE_RC_COMPILER i686-w64-mingw32-windres)
/third_party/libxml2/
D.gitlab-ci.yml3 # for libxslt, that's why we need git and libgcrypt-dev.
7 # RUN apt-get update && \
8 # apt-get upgrade -y && \
9 # apt-get install -y --no-install-recommends \
10 # curl git ca-certificates \
11 # autoconf automake libtool pkg-config \
12 # make gcc clang llvm \
13 # zlib1g-dev liblzma-dev libgcrypt-dev \
14 # python-dev python3-dev \
20 - |
[all …]
/third_party/ffmpeg/doc/
Dplatform.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
13 @chapter Unix-like
21 $(gcc -print-prog-name=as) --version
25 hard-coded path to gas. In the worst case pass @code{--disable-asm}
32 @code{--enable-pic} during FFmpeg configure) and add the following option
36 -Wl,-Bsymbolic
40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}.
50 standard Solaris Make will not work. When building with a non-c99 front-end
51 (gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o}
[all …]
/third_party/ncurses/package/debian-mingw/
Dcontrol4 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
5 Homepage: https://invisible-island.net/ncurses/
6 Build-Depends: debhelper (>= 7),
7 gcc-mingw-w64-i686,
8 g++-mingw-w64-i686,
9 binutils-mingw-w64-i686
10 Standards-Version: 4.6.1.0
12 Package: mingw32-ncurses6
16 The ncurses library routines are a terminal-independent method of
19 This package is used for testing ABI 6 with the MinGW 32-bit port.
/third_party/skia/third_party/externals/expat/expat/cmake/
Dmingw-toolchain.cmake32 set(CMAKE_C_COMPILER i686-w64-mingw32-gcc)
33 set(CMAKE_CXX_COMPILER i686-w64-mingw32-g++)
/third_party/grpc/
DRakefile1 # -*- ruby -*-
15 task.options = ['-c', 'src/ruby/.rubocop.yml']
32 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt',
33 'x86_64-linux', 'x86-linux', 'aarch64-linux',
34 'x86_64-darwin', 'arm64-darwin',
41 … spec.files += %w( etc/roots.pem grpc_c.32-msvcrt.ruby grpc_c.64-msvcrt.ruby grpc_c.64-ucrt.ruby )
45 CLEAN.add "src/ruby/lib/grpc/[0-9].[0-9]", "src/ruby/lib/grpc/grpc_c.{bundle,so}"
73 t.rspec_opts = "--tag #{suite[:tag]}" if suite[:tag]
75 t.rspec_opts = suite[:tags].map { |x| "--tag #{x}" }.join(' ')
90 { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64-ucrt.ruby', platform: 'x64-mingw-ucrt' },
[all …]
/third_party/libjpeg-turbo/
Dappveyor.yml2 - cmd: >-
7 …rs\nasm-2.10.01-win32.zip curl -fSL -o c:\installers\nasm-2.10.01-win32.zip http://www.nasm.us/pub…
9 7z x c:\installers\nasm-2.10.01-win32.zip -oc:\ > c:\installers\nasm.install.log
11-6.4.0-release-posix-dwarf-rt_v5-rev0.7z curl -fSL -o c:\installers\i686-6.4.0-release-posix-dwarf
13 md "c:\Program Files (x86)\mingw-w64\i686-6.4.0-posix-dwarf-rt_v5-rev0"
15 …lers\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z -o"c:\Program Files (x86)\mingw-w64\i686-6.4.0-p…
17-6.4.0-release-posix-seh-rt_v5-rev0.7z curl -fSL -o c:\installers\x86_64-6.4.0-release-posix-seh-r…
19 md "c:\Program Files\mingw-w64\x86_64-6.4.0-posix-seh-rt_v5-rev0"
21 …7z x c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -o"c:\Program Files\mingw-w64\x86_…
27 …set PATH=c:\nasm-2.10.01;c:\Program Files (x86)\NSIS;c:\msys64\usr\bin;c:\Program Files (x86)\Micr…
[all …]
/third_party/lz4/
Dappveyor.yml4 - COMPILER: "gcc"
5 PLATFORM: "mingw32"
6 - COMPILER: "visual"
9 - COMPILER: "visual"
12 - COMPILER: "visual"
15 - COMPILER: "clang"
17 - COMPILER: "gcc"
21 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
22 - MKDIR bin
23 - if [%COMPILER%]==[visual] (
[all …]
/third_party/rust/crates/libc/ci/
Dinstall-rust.sh4 set -ex
8 if [ -n "$TOOLCHAIN" ]; then
16 rustup update --force $toolchain-"$TARGET"
17 rustup default $toolchain-"$TARGET"
20 rustup update --force $toolchain
24 if [ -n "$TARGET" ]; then
29 if [ -n "$INSTALL_RUST_SRC" ]; then
30 echo "Install rust-src"
31 rustup component add rust-src
36 echo "Install MinGW32"
[all …]
/third_party/glfw/docs/
Dcompile.md16 compile_deps and @ref compile_options sections for GLFW-specific information.
25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have
31 [CMake user guide][cmake-guide] that includes everything in this guide not
34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/
40 all necessary dependencies for compiling GLFW, but on Unix-like systems like
46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like
55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev`
56 and `libxkbcommon-dev` packages to compile for Wayland and the `xorg-dev` meta-package to
60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev
63 On Fedora and derivatives like Red Hat you will need the `wayland-devel` and
[all …]

123