Searched refs:mingw (Results 1 – 25 of 117) sorted by relevance
12345
25 url: http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz29 install_to: mingw32 url: http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz34 install_to: mingw37 url: http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz41 install_to: mingw43 - name: mingw-runtime44 url: http://umn.dl.sourceforge.net/mingw/mingw-runtime-3.10.tar.gz46 doc/mingw-runtime/Contributors: mingw/Contributors47 doc/mingw-runtime/Disclaimer: mingw/Disclaimer[all …]
63 mingw* | pw32* | os2*)112 cygwin* | mingw* | pw32*)152 cygwin* | mingw* | pw32*)271 cygwin* | mingw* | pw32*)443 cygwin* | mingw* | pw32*)
45 cygwin* | mingw*)104 cygwin* | mingw*)126 mingw*)234 cygwin* | mingw*)363 cygwin* | mingw*)626 cygwin* | mingw* | os2*)
42 cygwin* | mingw*)101 cygwin* | mingw*)123 mingw*)245 cygwin* | mingw*)374 cygwin* | mingw*)669 cygwin* | mingw* | os2*)713 cygwin* | mingw* | os2*)
252 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)257 # recent cygwin and mingw systems supply a stub DllMain which the user266 *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)267 # old mingw systems require "-dll" to link a DLL, while more recent ones303 cygwin* | mingw*)549 *-*-mingw*)550 # gcc leaves a trailing carriage return which upsets mingw665 cygwin* | mingw* |pw32*)
42 cygwin* | mingw*)101 cygwin* | mingw*)123 mingw*)241 cygwin* | mingw*)370 cygwin* | mingw*)665 cygwin* | mingw* | os2*)709 cygwin* | mingw* | os2*)
208 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)213 # recent cygwin and mingw systems supply a stub DllMain which the user222 *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)223 # old mingw systems require "-dll" to link a DLL, while more recent ones446 *-*-mingw*)447 # gcc leaves a trailing carriage return which upsets mingw562 cygwin* | mingw* |pw32*)
42 cygwin* | mingw*)101 cygwin* | mingw*)123 mingw*)241 cygwin* | mingw*)370 cygwin* | mingw*)668 cygwin* | mingw* | os2*)712 cygwin* | mingw* | os2*)
220 if (ctx.config.mingw) { in addBuffer()334 (!ctx.config.mingw && sym.contains('@')); in isDecorated()360 if (ctx.config.machine == I386 && ctx.config.mingw) { in parseDirectives()523 if (ctx.config.mingw && ret == filename) in doFindLib()691 if (ctx.config.mingw) in findDefaultEntry()715 if (ctx.config.mingw) in inferSubsystem()948 ctx.config.mingw)); in createImportLibrary()958 ctx.config.mingw)); in createImportLibrary()969 ctx.config.machine, ctx.config.mingw)) { in createImportLibrary()991 mb->getMemBufferRef(), ctx.config.machine, ctx.config.mingw)); in parseModuleDefs()[all …]
84 if (ctx.config.mingw) in checkAndSetWeakAlias()369 if (ctx.config.mingw && name.startswith(".weak.")) in createRegular()403 if (ctx.config.mingw && prevailingComdat) in initializeSymbols()424 else if (ctx.config.mingw) in initializeSymbols()499 if (ctx.config.mingw && ((selection == IMAGE_COMDAT_SELECT_ANY && in handleComdatSelection()533 if (!ctx.config.mingw) { in handleComdatSelection()
275 bool mingw = false; member
2 NATIVE_SYSTEM_HEADER_DIR = /mingw/include
4 # cygwin and mingw always have a limits.h, but, depending upon how we are
319 http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz320 http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz321 http://umn.dl.sourceforge.net/mingw/mingw-runtime-3.10.tar.gz322 http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz323 http://umn.dl.sourceforge.net/mingw/w32api-3.6.tar.gz
11 # Without this flag, 'long double' (which is 80 bit on x86 mingw, but
35 namespace mingw {
50 *-*-mingw*)51 # gcc leaves a trailing carriage return which upsets mingw
51 *-*-mingw*)52 # gcc leaves a trailing carriage return which upsets mingw
613 mingw-dll)627 mingw-static)638 mingw-dll-i686)
46 Gcc by mingw.org gcc version 3.4.5-5.3.047 Gcc by mingw-w64.org gcc version 4.4.3 or later54 =item L<https://osdn.net/projects/mingw/>58 =item L<https://mingw-w64.org>61 platforms (despite the project name "mingw-w64" they are not only 64-bit71 The MinGW64 compiler is available at L<https://mingw-w64.org>.157 L<https://osdn.net/projects/mingw/>158 L<https://www.mingw-w64.org/>216 mingw-w64.org you'll need to uncomment the line that sets266 If you build with certain versions (e.g. 4.8.1) of gcc from mingw then[all …]
3688 cygwin* | mingw* | pw32* | os2* | cegcc*)4678 *cygwin* | *mingw*)4906 *cygwin* | *mingw* | *cegcc* )4918 *cygwin* | *mingw* | *cegcc* )4932 *cygwin* | *mingw* | *cegcc* )5107 *cygwin* | *mingw* | *cegcc* )5583 *-*-mingw | *-*-os2* | *-cegcc*)6153 /* execv doesn't actually work on mingw as expected on unix */6570 mingw*)7251 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)[all …]
156 return mingw::link; in lldMain()
12 headers or additional runtime machinery (such as is used by mingw).63 scheme used for mingw and comments in https://reviews.llvm.org/D43184 and