Searched +full:gcc +full:- +full:mingw +full:- +full:w64 (Results 1 – 25 of 84) sorted by relevance
1234
| /third_party/libxml2/ |
| D | .gitlab-ci.yml | 3 # 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/ |
| D | platform.texi | 1 \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/lz4/ |
| D | appveyor.yml | 4 - COMPILER: "gcc" 6 - COMPILER: "gcc" 8 - COMPILER: "visual" 11 - COMPILER: "visual" 14 - COMPILER: "visual" 17 - COMPILER: "visual" 20 - COMPILER: "gcc" 24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION% 25 - MKDIR bin 26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH% [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/ |
| D | presubmit.bat | 7 REM https://www.apache.org/licenses/LICENSE-2.0 27 git submodule update --init 38 -G "%BUILD_GENERATOR%" ^ 39 -A "%BUILD_TARGET_ARCH%" ^ 40 "-DMARL_BUILD_TESTS=1" ^ 41 "-DMARL_BUILD_EXAMPLES=1" ^ 42 "-DMARL_BUILD_BENCHMARKS=1" ^ 43 "-DMARL_WARNINGS_AS_ERRORS=1" ^ 44 "-DMARL_DEBUG_ENABLED=1" 46 cmake --build . --config %CONFIG% [all …]
|
| /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/glfw/docs/ |
| D | compile.dox | 14 for a particular development environment. If you are on a Unix-like system such 40 @subsubsection compile_deps_mingw Dependencies for MinGW or MinGW-w64 on Windows 42 Both the MinGW and the MinGW-w64 packages already contain all the necessary 47 @subsubsection compile_deps_mingw_cross Dependencies for MinGW or MinGW-w64 cross-compilation 49 Both Cygwin and many Linux distributions have MinGW or MinGW-w64 packages. For 50 example, Cygwin has the `mingw64-i686-gcc` and `mingw64-x86_64-gcc` packages 51 for 32- and 64-bit version of MinGW-w64, while Debian GNU/Linux and derivatives 52 like Ubuntu have the `mingw-w64` package for both. 55 cross-compilation of Windows binaries. To use these files you need to add a 59 cmake -DCMAKE_TOOLCHAIN_FILE=<toolchain-file> . [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 1 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/skia/third_party/externals/harfbuzz/ |
| D | README.mingw.md | 2 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/libcoap/ |
| D | BUILDING | 1 For Windows builds - see the Windows Section 12 * Change to the directory that you want to install the libcoap sub-directory 19 * Change to the directory that you want to install the libcoap sub-directory 21 * Then clone the latest (develop) version of the code:- 24 * Optionally, change the branch from develop to the stable main branch:- 42 General Building with cmake for linux/windows/macos/android (not for RIOT, LwIP or Contiki-NG - see… 45 cmake -E remove_directory build 46 cmake -E make_directory build 48 cmake .. -DENABLE_TESTS=ON 49 cmake --build . [all …]
|
| /third_party/libjpeg-turbo/ |
| D | appveyor.yml | 2 - 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 …7z x c:\installers\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z -o"c:\Program Files (x86)\mingw-w6… 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/node/deps/openssl/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 20 MinGW cross compiler 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- [all …]
|
| /third_party/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 20 MinGW cross compiler 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- [all …]
|
| /third_party/libwebsockets/contrib/ |
| D | cross-w64.cmake | 6 # 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 …]
|
| D | cross-w32.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w32.cmake -DLWS_WITH_SSL=0 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. 35 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2") [all …]
|
| D | cross-ming.cmake | 2 # CMake Toolchain file for crosscompiling on MingW. 6 # 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. [all …]
|
| /third_party/lz4/lib/ |
| D | README.md | 1 LZ4 - Library Files 70 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern… 73 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`, 74 and with `make` : `CPPFLAGS+=-DLZ4_FAST_DEC_LOOP=1 make lz4`. 76 - `LZ4_DISTANCE_MAX` : control the maximum offset that the compressor will allow. 83 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate… 86 for example with `-Wno-deprecated-declarations` on `gcc`, 88 This build macro offers another project-specific method 91 - `LZ4_FORCE_SW_BITCOUNT` : by default, the compression algorithm tries to determine lengths 99 - `LZ4_ALIGN_TEST` : alignment test ensures that the memory area [all …]
|
| /third_party/fsverity-utils/.github/workflows/ |
| D | ci.yml | 1 # SPDX-License-Identifier: MIT 4 # Use of this source code is governed by an MIT-style 12 static-linking-test: 14 runs-on: ubuntu-latest 16 - uses: actions/checkout@v2 17 - run: scripts/run-tests.sh static_linking 19 dynamic-linking-test: 21 runs-on: ubuntu-latest 23 - uses: actions/checkout@v2 24 - run: scripts/run-tests.sh dynamic_linking [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 22 building libjpeg-turbo. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | install-rust.sh | 4 set -ex 8 if [ -n "$TOOLCHAIN" ]; then 12 # https://github.com/rust-lang/rust/issues/103673 contains related information. 14 *android*) toolchain=nightly-2022-10-09;; 21 rustup update --force $toolchain-"$TARGET" 22 rustup default $toolchain-"$TARGET" 25 rustup update --force $toolchain 29 if [ -n "$TARGET" ]; then 34 if [ -n "$INSTALL_RUST_SRC" ]; then 35 echo "Install rust-src" [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> 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 20 # mingw windows x86_32 21 # mingw windows x86_64 [all …]
|
| /third_party/rust/crates/libloading/.github/workflows/ |
| D | libloading.yml | 2 group: ${{ github.workflow }}-${{ github.ref }} 3 cancel-in-progress: true 8 paths-ignore: ['*.mkd', 'LICENSE'] 13 native-test: 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 19 os: [ubuntu-latest, windows-latest, macOS-latest] 20 timeout-minutes: 20 22 - uses: actions/checkout@v2 23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal [all …]
|
| /third_party/benchmark/ |
| D | appveyor.yml | 6 - Debug 7 - Release 11 - compiler: msvc-15-seh 14 - compiler: msvc-15-seh 17 - compiler: msvc-14-seh 20 - compiler: msvc-14-seh 23 - compiler: gcc-5.3.0-posix 24 generator: "MinGW Makefiles" 25 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin' 32 # git bash conflicts with MinGW makefiles [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/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 25 Unix-like OSes 31 .. code-block:: console 33 sudo apt-get install meson # Ubuntu 37 .. code-block:: console 44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not 45 already installed, use apt-get or dnf to install the *ninja-build* 53 modules (Mako). You also need pkg-config (a hard dependency of Meson), 57 .. code-block:: console [all …]
|
| /third_party/skia/third_party/externals/brotli/scripts/ |
| D | appveyor.yml | 3 - master 7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 17 - BUILD_SYSTEM: CMake 21 - BUILD_SYSTEM: CMake 25 - BUILD_SYSTEM: Python 30 - BUILD_SYSTEM: Python 31 PYTHON: "C:\\Python36-x64" 35 - BUILD_SYSTEM: make 38 - BUILD_SYSTEM: make [all …]
|
1234