| /external/llvm/test/CodeGen/X86/ |
| D | segmented-stacks.ll | 7 …%s -mcpu=generic -mtriple=i686-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X32-MinGW 11 … -mcpu=generic -mtriple=x86_64-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X64-MinGW 102 ; X32-MinGW-LABEL: test_basic: 104 ; X32-MinGW: cmpl %fs:20, %esp 105 ; X32-MinGW-NEXT: ja LBB0_2 107 ; X32-MinGW: pushl $0 108 ; X32-MinGW-NEXT: pushl $40 109 ; X32-MinGW-NEXT: calll ___morestack 110 ; X32-MinGW-NEXT: ret 112 ; X64-MinGW-LABEL: test_basic: [all …]
|
| D | dllexport-x86_64.ll | 2 ; RUN: llc -mtriple x86_64-pc-mingw32 < %s | FileCheck -check-prefix=CHECK -check-prefix=MINGW %s 117 ; MINGW: -export:f1 118 ; MINGW-SAME: -export:f2 119 ; MINGW-SAME: -export:lnk1 120 ; MINGW-SAME: -export:lnk2 121 ; MINGW-SAME: -export:weak1 122 ; MINGW-SAME: -export:Var1,data 123 ; MINGW-SAME: -export:Var2,data 124 ; MINGW-SAME: -export:Var3,data 125 ; MINGW-SAME: -export:WeakVar1,data [all …]
|
| /external/harfbuzz_ng/.github/workflows/ |
| D | msys2-ci.yml | 28 # see https://github.com/msys2/MINGW-packages/issues/11864 43 mingw-w64-${{ matrix.MSYS2_ARCH }}-cairo 44 mingw-w64-${{ matrix.MSYS2_ARCH }}-freetype 45 mingw-w64-${{ matrix.MSYS2_ARCH }}-gcc 46 mingw-w64-${{ matrix.MSYS2_ARCH }}-gcc-libs 47 mingw-w64-${{ matrix.MSYS2_ARCH }}-gettext 48 mingw-w64-${{ matrix.MSYS2_ARCH }}-glib2 49 mingw-w64-${{ matrix.MSYS2_ARCH }}-gobject-introspection 50 mingw-w64-${{ matrix.MSYS2_ARCH }}-graphite2 51 mingw-w64-${{ matrix.MSYS2_ARCH }}-icu [all …]
|
| /external/clang/lib/Driver/ |
| D | MinGWToolChain.cpp | 45 void MinGW::findGccLibDir() { 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() 101 Tool *MinGW::getTool(Action::ActionClass AC) const { in getTool() 116 Tool *MinGW::buildAssembler() const { in buildAssembler() 117 return new tools::MinGW::Assembler(*this); in buildAssembler() 120 Tool *MinGW::buildLinker() const { return new tools::MinGW::Linker(*this); } in buildLinker() 122 bool MinGW::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() 126 bool MinGW::isPICDefault() const { return getArch() == llvm::Triple::x86_64; } in isPICDefault() [all …]
|
| /external/libxml2/ |
| D | .gitlab-ci.yml | 71 .mingw: 89 mingw:w64-x86_64:shared: 90 extends: .mingw 95 mingw:w64-i686:shared: 96 extends: .mingw 104 .mingw:msys:shared: 105 extends: .mingw 157 .cmake:mingw: 176 cmake:mingw:w64-i686:shared: 177 extends: .cmake:mingw [all …]
|
| /external/libcxx/utils/google-benchmark/ |
| D | mingw.py | 45 'http://downloads.sourceforge.net/project/mingw-w64/Toolchains%20' 46 'targetting%20Win32/Personal%20Builds/mingw-builds/installer/' 52 A list of mingw-build repositories 57 Downloads and parse mingw-build repository files and parses them 59 log.info('getting mingw-builds repository') 101 Attempts to find 7zip for unpacking the mingw-build archives 116 Unpacks a mingw-builds archive 127 Downloads and unpacks a mingw-builds archive 129 log.info('downloading MinGW') 169 raise ValueError('Failed to find unpacked MinGW: ' + possible) [all …]
|
| /external/mtools/ |
| D | buildMingw.sh | 3 # Build Mingw (Windows) executable 5 # For this you meed the mingw cross-compiler to be installed 7 # You may download the RPMs from http://mirzam.it.vu.nl/mingw/ 9 # mingw-binutils 10 # mingw-gcc-core 11 # mingw-runtime 12 # mingw-w32api
|
| /external/libpcap/ |
| D | .appveyor.yml | 26 GENERATOR: "MinGW Makefiles" 29 MINGW_ROOT: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0 93 # Remove the default MinGW path 94 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\MinGW\bin;=% 95 # Add the specified MinGW path 96 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%MINGW_ROOT%\mingw64\bin;%PATH% 98 # that breaks MinGW builds - CMake checks for that and fails in the 100 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\Program Files\Git\usr\bin;=% 103 - if NOT "%GENERATOR%"=="MinGW Makefiles" msbuild /m /nologo /p:Configuration=Release pcap.sln 104 - if "%GENERATOR%"=="MinGW Makefiles" mingw32-make
|
| /external/libepoxy/.github/workflows/ |
| D | msys2.yml | 23 …devel git mingw-w64-x86_64-meson mingw-w64-x86_64-ninja mingw-w64-x86_64-pkg-config mingw-w64-x86_…
|
| /external/clang/test/Driver/ |
| D | no-integrated-as-win.c | 4 // But there is for mingw. The source file should only be mentioned once for 6 …%clang -target i686-pc-mingw32 -### -no-integrated-as %s -c 2>&1 | FileCheck -check-prefix=MINGW %s 7 // MINGW: "-cc1" 8 // MINGW: "-main-file-name" "no-integrated-as-win.c" 9 // MINGW: "-x" "c" "{{.*}}no-integrated-as-win.c" 11 // MINGW-NOT: no-integrated-as-win.c
|
| D | fsjlj-exceptions.c | 2 …dows-gnu -fexceptions -c %s -o /dev/null -### 2>&1 | FileCheck -check-prefix CHECK-MINGW-DEFAULT %s 3 …ptions -fsjlj-exceptions -c %s -o /dev/null -### 2>&1 | FileCheck -check-prefix CHECK-MINGW-SJLJ %s 6 // CHECK-MINGW-DEFAULT-NOT: -fsjlj-exceptions 7 // CHECK-MINGW-SJLJ: -fsjlj-exceptions
|
| /external/bazelbuild-rules_go/ |
| D | windows.rst | 30 * Run ``pacman -S mingw-w64-x86_64-gcc``. GCC is needed if you plan to build 41 * Add ``C:\msys64\mingw64\bin`` to ``PATH`` in order to locate mingw DLLs. 84 To build with MinGW, run the command below. Add the ``-s`` flag to print 85 commands executed by Bazel to confirm MinGW is actually used. 89 bazel build --cpu=x64_windows --compiler=mingw-gcc //:hello 94 that the MinGW toolchain is registered, either build against a ``platform`` 95 target with the ``@bazel_tools//tools/cpp:mingw`` constraint such as 104 "@bazel_tools//tools/cpp:mingw", 110 You can build with the command below. This also ensures the MinGW toolchain is 123 build --compiler=mingw-gcc
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | appveyor.yml | 33 # MinGW, 32-bit x86 (cmake) 34 - COMPILER: MINGW 36 PATH: C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;%PATH% 38 # MinGW, 32-bit x86 (cmake static only) 39 - COMPILER: MINGW 41 PATH: C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;%PATH% 55 # MinGW, 32-bit x86 (makefiles) 56 - COMPILER: MINGW 58 PATH: C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;%PATH% 61 - if "%COMPILER%" == "MINGW" rename "C:\Program Files\Git\usr\bin\sh.exe" "sh2.exe"
|
| /external/harfbuzz_ng/ |
| D | README.mingw.md | 13 2. Install `mingw-w64` compiler. 16 - Debian: `apt install g++-mingw-w64` 17 - Mac: `brew install mingw-w64` 29 - 32bit: `../mingw-configure.sh i686` 30 - 64bit: `../mingw-configure.sh x86_64` 35 d) Configure your wine to find system mingw libraries. See: 36 https://fedoraproject.org/wiki/MinGW/Configure_wine
|
| /external/crosvm/third_party/libslirp-rs/ |
| D | README.md | 20 pacman -S mingw-w64-x86_64-meson ninja git mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 mingw-w64-x8… 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
|
| /external/gptfdisk/ |
| D | README.Windows | 104 - MinGW (https://www.mingw-w64.org/), using either a Linux-hosted 105 cross-compiler or under Windows using the original MinGW or MSYS2 128 The following instructions focus on use of MinGW to compile GPT fdisk for 131 My primary development environment is Ubuntu Linux, using the MinGW 133 no need for additional libraries; after installing MinGW (via the 134 g++-mingw-w64 package in Ubuntu, or the equivalent in another distribution), 143 package (https://www.msys2.org). This package provides MinGW and a package 146 cgdisk, type "pacman -S mingw-w64-x86_64-popt mingw-w64-x86_64-gettext 147 mingw-w64-x86_64-ncurses" if you want to compile 64-bit binaries; change 185 ncurses version installed in Windows is too new to work with the MinGW
|
| /external/pcre/doc/html/ |
| D | NON-AUTOTOOLS-BUILD.txt | 236 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all 241 The MinGW home page (http://www.mingw.org/) says this: 243 MinGW: A collection of freely available and freely distributable Windows 257 On both MinGW and Cygwin, PCRE2 should build correctly using: 272 MinGW has no such restrictions. The MinGW compiler generates a library or 279 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a 280 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's 281 gcc and MinGW's gcc). So, a user can: 283 . Build native binaries by using MinGW or by getting Cygwin and using 300 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no [all …]
|
| /external/pcre/ |
| D | NON-AUTOTOOLS-BUILD | 236 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all 241 The MinGW home page (http://www.mingw.org/) says this: 243 MinGW: A collection of freely available and freely distributable Windows 257 On both MinGW and Cygwin, PCRE2 should build correctly using: 272 MinGW has no such restrictions. The MinGW compiler generates a library or 279 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a 280 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's 281 gcc and MinGW's gcc). So, a user can: 283 . Build native binaries by using MinGW or by getting Cygwin and using 300 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no [all …]
|
| /external/swiftshader/third_party/marl/kokoro/windows/ |
| D | presubmit.bat | 56 wget -q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-7.3.0-2-any.pkg.tar.xz 57 wget -q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-libs-7.3.0-2-any.pkg.tar.xz 60 c:\tools\msys64\usr\bin\bash --login -c "pacman -Sy --noconfirm mingw-w64-x86_64-crt-git patch" 61 …c:\tools\msys64\usr\bin\bash --login -c "pacman -U --noconfirm mingw-w64-x86_64-gcc*-7.3.0-2-any.p…
|
| /external/sg3_utils/ |
| D | README.win32 | 18 MinGW ("Minimalist GNU for Windows", see www.mingw.org). Both are based in 23 will need to fetch that dll. On the other hand MinGW (and its companion MSYS 25 not as advanced with MinGW which has led to some timing functions being 26 compiled out when sg3_utils is built for MinGW. 218 Unix code are supported: cygwin and MinGW. If the "./configure" sequence 225 MinGW can be used to cross built on some Redhat (Linux) platforms. After 236 A problem has been reported with binary output being written in a MinGW 237 environment (or executables build by MinGW). Windows has a concept of text 238 and binary files which is not found in Unix. Recent versions of MinGW
|
| /external/libusb/.private/ |
| D | appveyor_build.sh | 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}"
|
| /external/rust/crates/flate2/.github/workflows/ |
| D | main.yml | 11 build: [stable, beta, nightly, macos, windows, mingw] 28 - build: mingw 43 if: matrix.build != 'mingw' 45 if: matrix.build != 'mingw' 47 if: matrix.build != 'mingw'
|
| /external/libcxx/cmake/ |
| D | config-ix.cmake | 5 if(WIN32 AND NOT MINGW) 14 if(WIN32 AND NOT MINGW) 41 if (MINGW) 62 if(NOT WIN32 OR MINGW) 77 if(WIN32 AND NOT MINGW)
|
| /external/sdv/vsomeip/third_party/boost/system/include/boost/system/ |
| D | api_config.hpp | 15 // In the case of MinGW or Cygwin/MinGW, however, both POSIX and Windows API's are 32 // Cygwin/MinGW does not predefine _WIN32. 33 // Standalone MinGW and all other known Windows compilers do predefine _WIN32 36 # if defined(_WIN32) || defined(__CYGWIN__) // Windows default, including MinGW and Cygwin
|
| /external/cronet/third_party/protobuf/ |
| D | appveyor.yml | 6 # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can 9 - platform: MinGW 37 - if %platform%==MinGW set generator=MinGW Makefiles
|