Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml15 HOST: "mingw"
21 HOST: "mingw"
27 HOST: "mingw"
33 HOST: "mingw"
58 - if [%HOST%]==[mingw] (
69 - if [%HOST%]==[mingw] (
197 HOST: "mingw"
201 HOST: "mingw"
205 HOST: "mingw"
237 - if [%HOST%]==[mingw] (
[all …]
H A DCHANGELOG79 build: Support mingw cross-compilation from Linux, by @Ericson2314
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A D.appveyor.yml33 - if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc
34 - pacman --noconfirm -Suy mingw-w64-%CPU%-make
H A Dconfigure.ac644 *-*-mingw* | *-*-cygwin*)
887 *-*-mingw* | *-*-cygwin*)
H A Dconfigure7498 *-*-mingw* | *-*-cygwin*)
8815 *-*-mingw* | *-*-cygwin*)
/f-stack/freebsd/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 Dlib-ld.m470 *-*-mingw*)
71 # gcc leaves a trailing carriage return which upsets mingw
H A Dhost-cpu-c-abi.m468 # with native Windows (mingw, MSVC).
487 # with native Windows (mingw, MSVC).
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst49 `MinGW-w64 bug <https://sourceforge.net/p/mingw-w64/bugs/562/>`_.
52 `MinGW-w64 repository <https://sourceforge.net/projects/mingw-w64/files/>`_.
114 meson --cross-file config/x86/cross-mingw -Dexamples=helloworld build
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dmsys2-win64.sh9 echo Please install mingw-w64-x86_64-gcc >&2
H A Dmsys2-win32.sh9 echo Please install mingw-w64-i686-gcc >&2
/f-stack/dpdk/devtools/
H A Dtest-meson-builds.sh239 build build-x86-mingw $srcdir/config/x86/cross-mingw -Dexamples=helloworld
/f-stack/app/redis-5.0.5/deps/lua/
H A DMakefile41 PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
H A DINSTALL11 aix ansi bsd freebsd generic linux macosx mingw posix solaris
/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac95 AS_CASE([$host_os], [mingw*|cygwin*|msys], [enable_pie="no"])
211 AS_CASE([$host_os], [cygwin*|mingw*|msys|pw32*|cegcc*], [ ], [
257 [cygwin*|mingw*|msys|pw32*|cegcc*], [
264 [cygwin*|mingw*|msys|pw32*|cegcc*], [
273 [cygwin*|mingw*|msys|pw32*|cegcc*|haiku], [ ],
/f-stack/app/redis-5.0.5/deps/lua/src/
H A DMakefile23 PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
107 mingw: target
/f-stack/freebsd/contrib/zlib/
H A DChangeLog327 - Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok]