/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 30 void tools::MinGW::Assembler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 61 void tools::MinGW::Linker::AddLibGCC(const ArgList &Args, in AddLibGCC() 96 void tools::MinGW::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 410 void toolchains::MinGW::findGccLibDir(const llvm::Triple &LiteralTriple) { in findGccLibDir() 486 toolchains::MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, in MinGW() function in toolchains::MinGW 548 Tool *toolchains::MinGW::getTool(Action::ActionClass AC) const { in getTool() 563 Tool *toolchains::MinGW::buildAssembler() const { in buildAssembler() 564 return new tools::MinGW::Assembler(*this); in buildAssembler() 567 Tool *toolchains::MinGW::buildLinker() const { in buildLinker() 568 return new tools::MinGW::Linker(*this); in buildLinker() [all …]
|
/freebsd/contrib/ncurses/ |
H A D | README.MinGW | 29 -- $Id: README.MinGW,v 1.14 2020/09/06 22:22:44 tom Exp $ 45 You may also use a hosted MinGW cross-compile toolchain, e.g., on Ubuntu or 52 are a bit behind with respect to the required MinGW header versions and you may 55 authoritative build environment for the MinGW version of ncurses. 57 Using MinGW is a pragmatic decision, it is the easiest way to port this 86 In the current MSYS2/minGW setup, building MinGW shared libraries with 102 your MinGW build):
|
H A D | ANNOUNCE | 21 * It is used in environments such as Cygwin and MinGW. The first of 409 the MinGW/Win32 configurations 410 * modify MinGW driver to return KEY_BACKSPACE when an unmodified 412 * modify MinGW configuration to provide for running in MSYS/MSYS2
|
H A D | TO-DO | 76 + more work is needed to make the MinGW port support ordinary terminals.
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Driver.h | 19 MinGW, // -flavor gnu MinGW enumerator 64 {lld::MinGW, &lld::mingw::link}, {lld::Darwin, &lld::macho::link}, { \
|
/freebsd/contrib/unifdef/ |
H A D | INSTALL | 18 The win32 subdirectory contains build files for MinGW and Visual 22 To build with MinGW, type `mingw32-make -f win32/Makefile.mingw`.
|
/freebsd/crypto/openssl/ |
H A D | NOTES-WINDOWS.md | 7 - [Native builds using MinGW](#native-builds-using-mingw) 20 MinGW cross compiler 155 Native builds using MinGW 158 MinGW offers an alternative way to build native OpenSSL, by cross compilation. 175 - MinGW[64] compiler: `mingw-w64-i686-gcc` and/or `mingw-w64-x86_64-gcc`.
|
H A D | NOTES-PERL.md | 37 MinGW and Cygwin. The key recommendation is to use a Perl installation
|
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | msys2-win32.sh | 7 echo MinGW found
|
H A D | msys2-win64.sh | 7 echo MinGW found
|
/freebsd/contrib/ncurses/include/ |
H A D | ncurses_dll.h.in | 35 * MinGW gcc (unlike MSYS2 and Cygwin) should define _WIN32 and possibly _WIN64. 49 /* 2014-08-02 workaround for broken MinGW compiler.
|
/freebsd/lib/libc++/ |
H A D | __config_site | 43 // __USE_MINGW_ANSI_STDIO gets redefined on MinGW
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 173 MachineTypes Machine, bool MinGW) { in getNameType() argument 180 if (ExtName.starts_with("_") && ExtName.contains('@') && !MinGW) in getNameType() 661 MachineTypes Machine, bool MinGW, in writeImportLibrary() argument 746 NameType = getNameType(SymbolName, E.Name, M, MinGW); in writeImportLibrary()
|
H A D | WindowsResource.cpp | 139 WindowsResourceParser::WindowsResourceParser(bool MinGW) in WindowsResourceParser() argument 140 : Root(false), MinGW(MinGW) {} in WindowsResourceParser() 313 return MinGW && !Entry.checkTypeString() && in shouldIgnoreDuplicate() 322 return MinGW && Context.size() == 3 && !Context[0].IsString && in shouldIgnoreDuplicate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 156 WindowsResourceParser(bool MinGW = false); 257 bool MinGW; variable
|
H A D | COFFImportFile.h | 140 COFF::MachineTypes Machine, bool MinGW,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 40 // The version of g++ that comes with MinGW does *not* properly understand 41 // the ll format specifier for printf. However, MinGW passes the format 45 // we will turn off the warnings for this just file. However, MinGW also does 52 // MinGW.org does not have updated support for the 64-bit versions of the 509 // The following functions are not reliably accessible on MinGW. 911 // We turned these warnings off for this file so that MinGW-g++ doesn't 913 // warnings back on. If MinGW starts to support diagnostic stacks, we can
|
/freebsd/contrib/expat/ |
H A D | Changes | 296 #658 MinGW|CMake: Fix static library name 321 #634 MinGW: Fix mis-compilation for -D__USE_MINGW_ANSI_STDIO=0 326 #638 MinGW: Make fix-xmltest-log.sh drop more Wine bug output 335 #611 #621 MinGW|CMake: Apply MSVC .def file when linking 336 #622 #624 MinGW|CMake: Sync library name with GNU Autotools, 339 #632 MinGW|CMake: Set missing variable CMAKE_RC_COMPILER in 363 #633 coverage.sh: Exclude MinGW headers 556 #541 Autotools|CMake: MinGW: Make run.sh(.in) work for Cygwin 585 #495 #524 CMake: MinGW: Fix pkg-config section "Libs" for 651 non-Linux platforms (e.g. macOS and MinGW i [all...] |
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Wasm.cpp | 29 MinGW, // -flavor gnu MinGW enumerator
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A 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
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DriverDispatcher.cpp | 135 return MinGW; in parseFlavor()
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | README.md | 165 #### Windows : using MinGW+MSYS to create DLL 167 DLL can be created using MinGW+MSYS with the `make libzstd` command. 171 compile a project using gcc/MinGW.
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | ReleaseNotes.rst | 105 MinGW Improvements
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | getting_started.rst | 33 - C build system CMake can target (make, Apple Xcode, MinGW, ...)
|
/freebsd/contrib/file/ |
H A D | configure.ac | 233 AC_CHECK_LIB(gnurx,regexec,,AC_MSG_ERROR([libgnurx is required to build file(1) with MinGW]))
|