Searched refs:Cygwin (Results 1 - 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/ |
H A D | Makefile | 16 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
|
/external/swiftshader/third_party/LLVM/runtime/ |
H A D | Makefile | 23 ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
|
/external/icu/icu4c/source/ |
H A D | runConfigureICU | 41 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 D | Makefile | 72 ifneq (,$(filter $(HOST_OS), Cygwin MingW))
|
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/ |
H A D | Makefile | 20 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 D | Triple.h | 84 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 D | Process.inc | 48 // On Cygwin, getpagesize() returns 64k but the page size for the purposes of
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
H A D | X86Subtarget.h | 224 bool isTargetCygwin() const { return TargetTriple.getOS() == Triple::Cygwin; }
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
H A D | Triple.cpp | 101 case Cygwin: return "cygwin"; 352 return Cygwin;
|
/external/openssh/contrib/cygwin/ |
H A D | Makefile | 10 cygdocdir=$(docdir)/Cygwin 77 @echo "Cygwin specific configuration finished."
|
/external/swiftshader/third_party/LLVM/test/ |
H A D | Makefile | 36 # -jN causes crash on Cygwin's python.
37 ifneq (,$(filter $(HOST_OS),Cygwin))
|
/external/libmicrohttpd/src/include/ |
H A D | microhttpd.h | 125 /* Do not define __USE_W32_SOCKETS under Cygwin! */ 126 #error Cygwin with winsock fd_set is not supported
|
/external/googletest/googlemock/ |
H A D | README.md | 184 (e.g. Linux, Mac OS X, and Cygwin). It doesn't try to build Google
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 523 (T.getOS() == Triple::MinGW32 || T.getOS() == Triple::Cygwin ||
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 131 TheTriple.getOS() == Triple::Cygwin)
|
/external/zlib/src/ |
H A D | configure | 191 CYGWIN* | Cygwin* | cygwin* | OS/2*)
|
/external/bison/ |
H A D | configure | 4894 # 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