Home
last modified time | relevance | path

Searched refs:mingw (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/contrib/openpam/
H A Dcompile54 file_conv=mingw
67 mingw/*)
160 func_file_conv "$2" mingw
165 func_file_conv "${1#-I}" mingw
213 func_file_conv "$1" mingw
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile54 file_conv=mingw
67 mingw/*)
160 func_file_conv "$2" mingw
165 func_file_conv "${1#-I}" mingw
213 func_file_conv "$1" mingw
H A Dar-lib54 file_conv=mingw
65 mingw)
/freebsd/contrib/ntp/sntp/libevent/
H A Dcompile54 file_conv=mingw
67 mingw/*)
160 func_file_conv "$2" mingw
165 func_file_conv "${1#-I}" mingw
213 func_file_conv "$1" mingw
/freebsd/contrib/file/
H A Dcompile54 file_conv=mingw
67 mingw/*)
160 func_file_conv "$2" mingw
165 func_file_conv "${1#-I}" mingw
213 func_file_conv "$1" mingw
/freebsd/contrib/libevent/build-aux/
H A Dcompile54 file_conv=mingw
67 mingw/*)
160 func_file_conv "$2" mingw
165 func_file_conv "${1#-I}" mingw
213 func_file_conv "$1" mingw
/freebsd/contrib/sqlite3/
H A Dcompile54 file_conv=mingw
67 mingw/*)
160 func_file_conv "$2" mingw
165 func_file_conv "${1#-I}" mingw
213 func_file_conv "$1" mingw
/freebsd/crypto/openssl/Configurations/platform/
H A DCygwin.pm9 require platform::mingw;
17 my $lib = platform::mingw->sharedname(@_);
H A Dmingw.pm1 package platform::mingw;
/freebsd/sys/contrib/openzfs/config/
H A Dconfig.rpath60 mingw* | cygwin* | pw32* | os2* | cegcc*)
152 cygwin* | mingw* | pw32* | cegcc*)
201 cygwin* | mingw* | pw32* | cegcc*)
351 cygwin* | mingw* | pw32* | cegcc*)
536 cygwin* | mingw* | pw32* | cegcc*)
H A Dax_count_cpus.m458 …[[mingw*]],[[CPU_COUNT=`ls -qpU1 /proc/registry/HKEY_LOCAL_MACHINE/HARDWARE/DESCRIPTION/System/Cen…
81 …[[mingw*]],[AS_IF([[CPU_COUNT=`reg query 'HKLM\\Hardware\\Description\\System\\CentralProcessor' 2…
H A Dlib-ld.m470 *-*-mingw*)
71 # gcc leaves a trailing carriage return which upsets mingw
/freebsd/crypto/openssl/
H A DNOTES-WINDOWS.md7 - [Native builds using MinGW](#native-builds-using-mingw)
175 - MinGW[64] compiler: `mingw-w64-i686-gcc` and/or `mingw-w64-x86_64-gcc`.
182 ./Configure mingw ...
196 * It is also possible to build mingw[64] on Linux or Cygwin.
201 ./Configure mingw --cross-compile-prefix=i686-w64-mingw32- ...
208 mingw[64] cross compilation.
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp218 if (ctx.config.mingw) { in addBuffer()
354 (!ctx.config.mingw && sym.contains('@')); in isDecorated()
380 if (ctx.config.machine == I386 && ctx.config.mingw) { in parseDirectives()
544 if (ctx.config.mingw && ret == filename) in findLib()
735 if (ctx.config.mingw) in findDefaultEntry()
759 if (ctx.config.mingw) in inferSubsystem()
954 ctx.config.mingw)); in createImportLibrary()
964 ctx.config.mingw)); in createImportLibrary()
975 ctx.config.machine, ctx.config.mingw)) { in createImportLibrary()
998 mb->getMemBufferRef(), ctx.config.machine, ctx.config.mingw)); in parseModuleDefs()
[all …]
/freebsd/contrib/expat/
H A Drun.sh.in32 *-mingw*)
/freebsd/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh9 echo Please install mingw-w64-i686-gcc >&2
H A Dmsys2-win64.sh9 echo Please install mingw-w64-x86_64-gcc >&2
/freebsd/contrib/ncurses/
H A DMANIFEST1011 ./package/debian-mingw/changelog
1012 ./package/debian-mingw/compat
1013 ./package/debian-mingw/control
1014 ./package/debian-mingw/copyright
1015 ./package/debian-mingw/mingw32-ncurses6.lintian-overrides
1016 ./package/debian-mingw/rules
1017 ./package/debian-mingw/source/format
1018 ./package/debian-mingw/watch
1038 ./package/mingw-ncurses.nsi
1039 ./package/mingw-ncurses.spec
[all …]
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h64 {lld::MinGW, &lld::mingw::link}, {lld::Darwin, &lld::macho::link}, { \
/freebsd/crypto/openssl/apps/lib/
H A Dbuild.info2 IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
/freebsd/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp77 LLD_HAS_DRIVER(mingw)
/freebsd/contrib/lua/
H A DMakefile39 PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris
/freebsd/crypto/openssh/
H A DREADME.platform46 gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl,
/freebsd/crypto/heimdal/
H A Dltmain.sh1182 *cygwin* | *mingw* | *pw32* | *cegcc*)
2125 cygwin* | mingw* | pw32* | os2* | cegcc*)
3100 *cygwin* | *mingw*)
3323 *cygwin* | *mingw* | *cegcc* )
3335 *cygwin* | *mingw* | *cegcc* )
3349 *cygwin* | *mingw* | *cegcc* )
3502 *cygwin* | *mingw* | *cegcc* )
3955 *-*-mingw | *-*-os2* | *-cegcc*)
4519 /* execv doesn't actually work on mingw as expected on unix */
4936 mingw*)
[all …]
/freebsd/contrib/libfido2/examples/
H A DCMakeLists.txt57 # needed for nanosleep() in mingw

123456