/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 …]
|
/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 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() 128 bool MinGW::isPIEDefault() const { return false; } in isPIEDefault() [all …]
|
/external/syslinux/win32/ |
D | README | 1 Building the Win32 installer requires the MinGW compiler, available at: 5 Prepackaged versions of the MinGW cross-compiler are now included in
|
/external/syslinux/win64/ |
D | README | 1 Building the Win64 installer requires the MinGW-W64 compiler, 6 For prepackaged versions of the MinGW-W64 cross-compiler for the
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 219 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all 224 The MinGW home page (http://www.mingw.org/) says this: 226 MinGW: A collection of freely available and freely distributable Windows 240 On both MinGW and Cygwin, PCRE2 should build correctly using: 255 MinGW has no such restrictions. The MinGW compiler generates a library or 262 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a 263 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's 264 gcc and MinGW's gcc). So, a user can: 266 . Build native binaries by using MinGW or by getting Cygwin and using 283 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no [all …]
|
/external/pcre/dist2/ |
D | NON-AUTOTOOLS-BUILD | 219 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all 224 The MinGW home page (http://www.mingw.org/) says this: 226 MinGW: A collection of freely available and freely distributable Windows 240 On both MinGW and Cygwin, PCRE2 should build correctly using: 255 MinGW has no such restrictions. The MinGW compiler generates a library or 262 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a 263 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's 264 gcc and MinGW's gcc). So, a user can: 266 . Build native binaries by using MinGW or by getting Cygwin and using 283 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no [all …]
|
/external/lz4/lib/ |
D | README.md | 41 #### Using MinGW+MSYS to create DLL 43 DLL can be created using MinGW+MSYS with the `make liblz4` command. 47 `dll\liblz4.dll` are required to compile a project using gcc/MinGW.
|
/external/lz4/lib/dll/example/ |
D | README.md | 29 #### The example of usage of static and dynamic LZ4 libraries with gcc/MinGW 36 #### Using LZ4 DLL with gcc/MinGW 39 are required to compile a project using gcc/MinGW.
|
/external/fmtlib/support/cmake/ |
D | cxx11.cmake | 13 # It may not in MinGW due to bug http://ehc.ac/p/mingw/bugs/2250/. 19 # It may not in MinGW due to bug http://sourceforge.net/p/mingw/bugs/2024/.
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 33 // The version of g++ that comes with MinGW does *not* properly understand 34 // the ll format specifier for printf. However, MinGW passes the format 38 // we will turn off the warnings for this just file. However, MinGW also does 45 // MinGW.org does not have updated support for the 64-bit versions of the 213 // On MinGW.org, we need to load up the symbols explicitly, because the 482 // We turned these warnings off for this file so that MinGW-g++ doesn't 484 // warnings back on. If MinGW starts to support diagnostic stacks, we can
|
D | TimeValue.inc | 36 // (i) a future MinGW version other than 1.0 inherents the __time64_t type, or
|
/external/gptfdisk/ |
D | README.Windows | 106 - MinGW (http://www.mingw.org), and in particular its Linux-hosted 108 Makefile.mingw64 files enable compilation of the software via MinGW. 111 using another compiler or even using MinGW under Windows or another Linux 125 The MinGW compiler produces much larger executables than do the MS
|
/external/libusb/.private/ |
D | wbs.txt | 45 o MinGW/cygwin 58 - The MinGW and MS generated DLLs are fully interchangeable, provided that you
|
/external/libmtp/ |
D | README.windows.txt | 9 … using MingW/MSys. The source relies upon the __WIN32__ macro which is defined by MinGW by default. 19 With both of these libraries extracted and placed in MinGW's search path, you can compile the libra…
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 55 MinGW Use the GNU gcc/g++ compilers on MinGW 313 MinGW)
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
D | SConscript | 31 # DEF parser in certain versions of MinGW is busted, as does not behave as
|
/external/libjpeg-turbo/ |
D | BUILDING.md | 280 ### MinGW Build on Cygwin 449 Building on Windows (Visual C++ or MinGW) 485 - MinGW 487 [MinGW-builds](http://sourceforge.net/projects/mingwbuilds/) or 590 ### MinGW subsection 596 cmake -G "MinGW Makefiles" {source_directory} 699 ### 64-bit MinGW Build on Cygwin 713 ### 32-bit MinGW Build on Cygwin 727 ### MinGW Build on Linux 817 If using MinGW:
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 41 // The version of g++ that comes with MinGW does *not* properly understand 42 // the ll format specifier for printf. However, MinGW passes the format 46 // we will turn off the warnings for this just file. However, MinGW also does 53 // MinGW.org does not have updated support for the 64-bit versions of the 484 // The following functions are not reliably accessible on MinGW. 840 // We turned these warnings off for this file so that MinGW-g++ doesn't 842 // warnings back on. If MinGW starts to support diagnostic stacks, we can
|
/external/icu/icu4c/source/config/ |
D | mh-mingw | 4 ## Cygwin/MinGW specific setup 159 ## End Cygwin/MinGW specific setup
|
/external/protobuf/protoc-artifacts/ |
D | README.md | 22 Cygwin or MinGW for Windows. Please see ``README.md`` of the Protobuf project 62 - Cygwin with MinGW compilers (both x86_32 and x86_64)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-Windows.txt | 36 The default build setup for wpa_supplicant is to use MinGW and 37 cross-compiling from Linux to MinGW/Windows. It should also be 38 possible to build this under Windows using the MinGW tools, but that 114 with the open source version of Qt4 and MinGW. Following commands can
|
/external/libusb/ |
D | ChangeLog | 28 * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings 139 * Fix possible crash when using longjmp and MinGW's gcc 4.6 146 * Enable interchangeability of MSVC and MinGW DLLs
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | AddLLVM.cmake | 17 # list. Without this, linking the unit tests on MinGW fails.
|
/external/abi-compliance-checker/ |
D | INSTALL | 66 1. MinGW (3.0-4.7, 4.8.3, 4.9 or newer)
|
/external/boringssl/src/third_party/android-cmake/ |
D | README.md | 230 * Pass `-G"MinGW Makefiles"` and `-DCMAKE_MAKE_PROGRAM="<full/path/to/>make.exe"` 231 …* It must be `MinGW Makefiles` and not `Unix Makefiles` even if your `make.exe` is not a MinGW's m…
|