/external/libiio/src/ |
D | appveyor.yml | 14 - Release 17 - echo "Checking out sub-modules..." 18 - git submodule update --init 19 - echo "Downloading deps..." 20 - cd C:\ 21 - appveyor DownloadFile http://swdownloads.analog.com/cse/build/libiio-win-deps.zip 22 - 7z x -y "C:\libiio-win-deps.zip" 24 - choco install InnoSetup 25 - set PATH=%PATH%;"C:\Program Files (x86)\Inno Setup 5" 28 - set OLD_PATH=%PATH% [all …]
|
/external/harfbuzz_ng/.github/workflows/ |
D | msys2-ci.yml | 11 runs-on: windows-latest 16 - MSYSTEM: MINGW32 18 - MSYSTEM: MINGW64 26 - uses: actions/checkout@v2 27 - uses: msys2/setup-msys2@v2 31 install: >- 32 mingw-w64-${{ matrix.MSYS2_ARCH }}-cairo 33 mingw-w64-${{ matrix.MSYS2_ARCH }}-freetype 34 mingw-w64-${{ matrix.MSYS2_ARCH }}-gcc 35 mingw-w64-${{ matrix.MSYS2_ARCH }}-gcc-libs [all …]
|
/external/clang/lib/Driver/ |
D | MinGWToolChain.cpp | 1 //===--- 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() 45 void MinGW::findGccLibDir() { in findGccLibDir() 48 Archs[0] += "-w64-mingw32"; in findGccLibDir() 65 MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MinGW() function in MinGW 96 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib"); in MinGW() 99 bool MinGW::IsIntegratedAssemblerDefault() const { return true; } in IsIntegratedAssemblerDefault() [all …]
|
/external/clang/test/Driver/ |
D | mingw.cpp | 1 // 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{{/|\\\… 6 …RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_… 7 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 8 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 9 // CHECK_MINGW_ORG_TREE: "{{.*}}{{/|\\\\}}Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}g… 10 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 11 …"{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.… 12 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}mingw32{{/|\\\\}}includ… 13 // CHECK_MINGW_ORG_TREE: {{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}include [all …]
|
/external/libepoxy/cross/ |
D | fedora-mingw64.txt | 2 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' ]
|
/external/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 \ 13 # zlib1g-dev liblzma-dev libgcrypt-dev \ 14 # python-dev python3-dev \ 20 - | 21 ln -s /tests/xmlconf [all …]
|
/external/google-fruit/ |
D | appveyor.yml | 6 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 9 …MAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /D_I… 11 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 14 …L_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /… 16 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 19 …ITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_D… 21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 24 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64 -A x64' 26 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 29 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64' [all …]
|
/external/libffi/.travis/ |
D | install.sh | 2 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/libwebm/ |
D | README.libwebm | 21 To control what types of projects are generated the -G parameter is added to 23 generator. Running cmake with the --help argument will list the available 28 $ cmake path/to/libwebm -G Xcode 33 $ cmake path/to/libwebm -G "Visual Studio 12" 35 To generate 64-bit Windows Visual Studio 2013 projects: 51 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=release 54 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=relwithdebinfo 57 $ cmake path/to/libwebm -DCMAKE_BUILD_TYPE=debug 62 To enable libwebm tests add -DENABLE_TESTS=ON CMake generation command line. For 65 $ cmake path/to/libwebm -G Xcode -DENABLE_TESTS=ON [all …]
|
/external/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 …]
|
/external/harfbuzz_ng/ |
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 …]
|
/external/zstd/ |
D | appveyor.yml | 4 - 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 15 HOST: "mingw" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 20 - COMPILER: "gcc" 21 HOST: "mingw" [all …]
|
/external/libusb/.private/ |
D | appveyor_build.sh | 3 set -eu 5 buildsys="${1}-${Platform}" 7 if [ "${buildsys}" == "MinGW-Win32" ]; then 8 export PATH="/c/mingw-w64/i686-6.3.0-posix-dwarf-rt_v5-rev1/mingw32/bin:${PATH}" 9 elif [ "${buildsys}" == "MinGW-x64" ]; then 10 export PATH="/c/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin:${PATH}" 13 builddir="build-${buildsys}" 14 installdir="${PWD}/libusb-${buildsys}" 22 exec .private/ci-build.sh --build-dir "${builddir}" --install -- "--prefix=${installdir}"
|
/external/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 …]
|
/external/flac/build/ |
D | config.mk | 1 # FLAC - Free Lossless Audio Codec 2 # Copyright (C) 2001-2009 Josh Coalson 3 # Copyright (C) 2011-2016 Xiph.Org Foundation 7 # are distributed under Xiph.Org's BSD-like license (see the file 35 F_PIC := -fPIC 39 OS := $(shell uname -s) 45 # ifeq ($(findstring i686,$(shell gcc -dumpmachine)),i686) # MinGW-w64: i686-w64-mingw32 46 ifeq ($(findstring x86_64,$(shell gcc -dumpmachine)),x86_64) # MinGW-w64: x86_64-w64-mingw32 50 ifeq ($(shell uname -p),amd64) 53 PROC := $(shell uname -p) [all …]
|
/external/libpcap/ |
D | .appveyor.yml | 7 - coverity_scan 13 - cinst winflexbison 14 - win_flex --version 15 - win_bison --version 16 - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip 17 - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32 18 - appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-1.07.zip 19 - 7z x .\npcap-sdk-1.07.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.07 20 …- appveyor DownloadFile https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60u… 21 - 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32 [all …]
|
/external/mesa3d/scons/ |
D | crossmingw.py | 3 Tool-specific initialization for MinGW (http://www.mingw.org/) 44 # These are the mingw toolchain prefixes we search for: 45 # (We only search for the mingw-w64 toolchain, and not the mingw.org one.) 47 i686-w64-mingw32- 50 x86_64-w64-mingw32- 69 if dll: cmd.extend(['-o', dll]) 74 if implib: cmd.append('-Wl,--out-implib,'+implib.get_string(for_signature)) 77 if def_target: cmd.append('-Wl,--output-def,'+def_target.get_string(for_signature)) 126 # The mingw bin directory must be added to the path: 135 # Most of mingw is the same as gcc and friends... [all …]
|
/external/lz4/lib/ |
D | README.md | 1 LZ4 - Library Files 51 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern… 54 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`, 55 and with `make` : `CPPFLAGS+=-DLZ4_FAST_DEC_LOOP=1 make lz4`. 57 - `LZ4_DISTANCE_MAX` : control the maximum offset that the compressor will allow. 64 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate… 67 for example with `-Wno-deprecated-declarations` on `gcc`, 69 This build macro offers another project-specific method 72 - `LZ4_USER_MEMORY_FUNCTIONS` : replace calls to <stdlib>'s `malloc`, `calloc` and `free` 73 by user-defined functions, which must be called `LZ4_malloc()`, `LZ4_calloc()` and `LZ4_free()`. [all …]
|
/external/jemalloc_new/ |
D | .appveyor.yml | 5 - MSYSTEM: MINGW64 8 - MSYSTEM: MINGW32 11 - MSYSTEM: MINGW64 13 - MSYSTEM: MINGW32 15 - MSYSTEM: MINGW64 18 CONFIG_FLAGS: --enable-debug 19 - MSYSTEM: MINGW32 22 CONFIG_FLAGS: --enable-debug 23 - MSYSTEM: MINGW64 25 CONFIG_FLAGS: --enable-debug [all …]
|
/external/capstone/ |
D | COMPILE.TXT | 2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows. 12 *-*-*-*-*-* 30 - CAPSTONE_ARCHS: specify list of architectures to compiled in. 31 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management. 32 - CAPSTONE_DIET: use this to make the output binaries more compact. 33 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller. 34 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86. 35 - CAPSTONE_STATIC: build static library. 36 - CAPSTONE_SHARED: build dynamic (shared) library. 56 - To compile for current platform, run: [all …]
|
/external/libffi/ |
D | .appveyor.yml | 6 # 32- and 64-bit gcc/cygwin 7 # 32- and 64-bit gcc/mingw 8 # 32- and 64-bit clang/mingw 13 - x64 14 - x86 15 - arm 16 - arm64 24 - VSVER: 15 27 - ps: >- 28 If ($env:Platform -Match "x86") { [all …]
|
/external/zstd/.github/workflows/ |
D | dev-short-tests.yml | 1 name: dev-short-tests 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 14 linux-kernel: 15 runs-on: ubuntu-latest 17 - uses: actions/checkout@v2 18 - name: linux kernel, library + build + test 19 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 22 runs-on: ubuntu-latest 24 - uses: actions/checkout@v2 [all …]
|
/external/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 …]
|
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
D | cmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu 16.04 GCC 12 os: ubuntu-16.04 15 - name: Ubuntu GCC 16 os: ubuntu-latest 18 cmake-args: -DWITH_SANITIZER=Address 21 - name: Ubuntu GCC OSB -O1 No Unaligned64 22 os: ubuntu-latest [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | appveyor.yml | 2 - x64 3 - x86 4 - mingw 6 - if "%platform%" == "x86" call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" 7 - if "%platform%" == "x64" "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 8 - if "%platform%" == "x64" call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 9 …- if "%platform%" == "mingw" set PATH=%PATH%;C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw3… 10 - copy ares_build.h.dist ares_build.h 11 …- if "%platform%" == "mingw" ( mingw32-make.exe -f Makefile.m32 demos ) else ( nmake /f Makefile.m… 12 - cd test [all …]
|