Searched refs:Cygwin (Results 1 - 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/
H A DMakefile16 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
/external/swiftshader/third_party/LLVM/runtime/
H A DMakefile23 ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
/external/icu/icu4c/source/
H A DrunConfigureICU41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
42 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
43 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
44 Cygwin/ICL Use the Intel C++ compiler on Cygwin
255 Cygwin)
256 THE_OS="Cygwin"
[all...]
/external/swiftshader/third_party/LLVM/tools/
H A DMakefile72 ifneq (,$(filter $(HOST_OS), Cygwin MingW))
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
H A DMakefile20 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
82 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h84 Cygwin, enumerator in enum:llvm::Triple::OSType
270 return getOS() == Triple::Win32 || getOS() == Triple::Cygwin ||
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DProcess.inc48 // On Cygwin, getpagesize() returns 64k but the page size for the purposes of
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86Subtarget.h224 bool isTargetCygwin() const { return TargetTriple.getOS() == Triple::Cygwin; }
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTriple.cpp101 case Cygwin: return "cygwin";
352 return Cygwin;
/external/openssh/contrib/cygwin/
H A DMakefile10 cygdocdir=$(docdir)/Cygwin
77 @echo "Cygwin specific configuration finished."
/external/swiftshader/third_party/LLVM/test/
H A DMakefile36 # -jN causes crash on Cygwin's python.
37 ifneq (,$(filter $(HOST_OS),Cygwin))
/external/libmicrohttpd/src/include/
H A Dmicrohttpd.h125 /* Do not define __USE_W32_SOCKETS under Cygwin! */
126 #error Cygwin with winsock fd_set is not supported
/external/googletest/googlemock/
H A DREADME.md184 (e.g. Linux, Mac OS X, and Cygwin). It doesn't try to build Google
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCObjectFileInfo.cpp523 (T.getOS() == Triple::MinGW32 || T.getOS() == Triple::Cygwin ||
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp131 TheTriple.getOS() == Triple::Cygwin)
/external/zlib/src/
H A Dconfigure191 CYGWIN* | Cygwin* | cygwin* | OS/2*)
/external/bison/
H A Dconfigure4894 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
9331 # Cygwin, and z/OS. If anyone knows of another system for which // has
11393 /* This catches a Cygwin 1.5.x bug. */
11518 Cygwin 1.5. */
11526 /* This test fails on IRIX 6.5, Solaris 2.6, Cygwin 1.5, Haiku (with an
13864 /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
13877 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x. */
13895 /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0. */
17461 /* On Cygwin, avoid locale names without encoding suffix, because the
17467 on Cygwin 1.
[all...]

Completed in 1104 milliseconds