/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/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/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 …]
|
D | appveyor.yml | 22 generator: "MinGW Makefiles" 23 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin' 29 # git bash conflicts with MinGW makefiles 30 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
|
/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
|
D | mingw.cpp | 6 …ws-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_org_tree/mingw %s 2>&1 | FileChec… 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 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 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 40 …SE_TREE: "{{.*}}/Inputs/mingw_opensuse_tree/usr{{/|\\\\}}x86_64-w64-mingw32/sys-root/mingw/include"
|
/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 …]
|
D | CMakeLists.txt | 20 # when building with minGW: 46 # compiled with MINGW if pcre.rc and/or pcreposix.rc are placed in 182 IF (MINGW) 184 … "ON=Shared libraries built in mingw will be named pcre2.dll, etc., instead of libpcre2.dll, etc." 188 …"ON=Shared libraries built in mingw will be named libpcre2-0.dll, etc., instead of libpcre2.dll, e… 190 ENDIF(MINGW) 438 IF(MINGW AND NOT PCRE2_STATIC) 444 COMMENT Using pcre2 coff info in mingw build) 454 COMMENT Using pcre2posix coff info in mingw build) 459 ENDIF(MINGW AND NOT PCRE2_STATIC) [all …]
|
/external/syslinux/win64/ |
D | README | 1 Building the Win64 installer requires the MinGW-W64 compiler, 4 http://mingw-w64.sourceforge.net/ 6 For prepackaged versions of the MinGW-W64 cross-compiler for the 10 http://lists.fedoraproject.org/pipermail/mingw/2010-May/002589.html
|
/external/gptfdisk/ |
D | README.Windows | 106 - MinGW (http://www.mingw.org), and in particular its Linux-hosted 107 cross-compiler -- Under Ubuntu Linux, the Makefile.mingw and 108 Makefile.mingw64 files enable compilation of the software via MinGW. 109 (Type "make -f Makefile.mingw" to compile 32-bit binaries, and "make -f 111 using another compiler or even using MinGW under Windows or another Linux 112 variety, you may need to adjust the Makefile.mingw options. 125 The MinGW compiler produces much larger executables than do the MS
|
/external/libxml2/win32/ |
D | Makefile.mingw | 1 # Makefile for libxml2, specific for Windows, GCC (mingw) and GNU make. 18 AUTOCONF = .\config.mingw 29 BINDIR = bin.mingw 30 XML_INTDIR = int.mingw 31 XML_INTDIR_A = int.a.mingw 32 UTILS_INTDIR = int.utils.mingw 257 cmd.exe /C "if exist depends.mingw del depends.mingw" 293 $(CC) $(CFLAGS) -M $(XML_SRCS) > depends.mingw 353 #-include depends.mingw
|
D | Readme.txt | 23 2.1 GNU C/C++, Mingw Edition 106 you configured it to build with GNU C compiler, mingw edition, you 111 and if you use MinGW, you would type 113 make -f Makefile.mingw 152 2.2 GNU C/C++, Mingw edition 156 backslashes for directory separation. Sometimes Mingw needs this. If
|
/external/mesa3d/scons/ |
D | crossmingw.py | 3 Tool-specific initialization for MinGW (http://www.mingw.org/) 44 # This is what we search for to find mingw: 173 # The mingw bin directory must be added to the path: 182 # Most of mingw is the same as gcc and friends... 224 # MinGW x86 port of gdb does not handle well dwarf debug info which is the 225 # default in recent gcc versions. The x64 port gdb from mingw-w64 seems to
|
/external/lz4/ |
D | appveyor.yml | 28 SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" && 30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe && 31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe
|
/external/libcxx/cmake/ |
D | config-ix.cmake | 4 if(WIN32 AND NOT MINGW) 13 if(WIN32 AND NOT MINGW) 46 if(NOT WIN32 OR MINGW) 61 if(WIN32 AND NOT 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/syslinux/win32/ |
D | README | 1 Building the Win32 installer requires the MinGW compiler, available at: 3 http://www.mingw.org/ 5 Prepackaged versions of the MinGW cross-compiler are now included in
|
/external/libnetfilter_conntrack/build-aux/ |
D | compile | 53 MINGW*) 54 file_conv=mingw 67 mingw/*) 160 func_file_conv "$2" mingw 165 func_file_conv "${1#-I}" mingw 213 func_file_conv "$1" mingw
|
/external/ImageMagick/config/ |
D | compile | 53 MINGW*) 54 file_conv=mingw 67 mingw/*) 160 func_file_conv "$2" mingw 165 func_file_conv "${1#-I}" mingw 213 func_file_conv "$1" mingw
|
/external/google-breakpad/autotools/ |
D | compile | 53 MINGW*) 54 file_conv=mingw 67 mingw/*) 160 func_file_conv "$2" mingw 165 func_file_conv "${1#-I}" mingw 213 func_file_conv "$1" mingw
|
/external/protobuf/ |
D | compile | 53 MINGW*) 54 file_conv=mingw 67 mingw/*) 160 func_file_conv "$2" mingw 165 func_file_conv "${1#-I}" mingw 213 func_file_conv "$1" mingw
|
/external/libevent/ |
D | compile | 53 MINGW*) 54 file_conv=mingw 67 mingw/*) 155 func_file_conv "$2" mingw 160 func_file_conv "${1#-I}" mingw 208 func_file_conv "$1" mingw
|