HomeSort by relevance Sort by last modified time
    Searched refs:Cygwin (Results 1 - 24 of 24) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/
Makefile 16 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_cygwin.h 10 #error Only Cygwin target is supported!
13 /* This includes the Cygwin gcc definitions for types like wchar_t or size_t. */
17 for a Cygwin target. In this case we have to make sure to use the types
18 defined by the Cygwin/newlib headers. */
29 The Cygwin-targeting gcc does not define it by default, same as
  /external/swiftshader/third_party/LLVM/runtime/
Makefile 23 ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
  /external/icu/icu4c/source/
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/
Makefile 72 ifneq (,$(filter $(HOST_OS), Cygwin MingW))
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 84 Cygwin,
270 return getOS() == Triple::Win32 || getOS() == Triple::Cygwin ||
  /external/swiftshader/third_party/LLVM/tools/llvm-shlib/
Makefile 20 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
82 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
  /device/linaro/bootloader/edk2/DuetPkg/
build32.sh 48 CYGWIN*) echo Cygwin not fully supported yet. ;;
build64.sh 47 CYGWIN*) echo Cygwin not fully supported yet. ;;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 224 bool isTargetCygwin() const { return TargetTriple.getOS() == Triple::Cygwin; }
235 // FIXME: x86_64-cygwin has not been released yet.
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 252 'decoded. If using Windows and a Cygwin-compiled '
  /device/linaro/bootloader/edk2/OvmfPkg/
build.sh 59 CYGWIN*)
60 echo Cygwin not fully supported yet.
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 101 case Cygwin: return "cygwin";
351 else if (OSName.startswith("cygwin"))
352 return Cygwin;
  /external/openssh/contrib/cygwin/
Makefile 10 cygdocdir=$(docdir)/Cygwin
21 @echo "Use \`make cygwin-postinstall DESTDIR=[package directory]'"
76 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
77 @echo "Cygwin specific configuration finished."
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
configure 80 CYGWIN* | Cygwin* | cygwin* | OS/2* )
  /device/linaro/bootloader/edk2/EmulatorPkg/
build.sh 58 CYGWIN*) echo Cygwin not fully supported yet. ;;
  /external/swiftshader/third_party/LLVM/test/
Makefile 36 # -jN causes crash on Cygwin's python.
37 ifneq (,$(filter $(HOST_OS),Cygwin))
  /external/libmicrohttpd/src/include/
microhttpd.h 125 /* Do not define __USE_W32_SOCKETS under Cygwin! */
126 #error Cygwin with winsock fd_set is not supported
    [all...]
  /external/googletest/googlemock/
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/
MCObjectFileInfo.cpp 523 (T.getOS() == Triple::MinGW32 || T.getOS() == Triple::Cygwin ||
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 131 TheTriple.getOS() == Triple::Cygwin)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
configure 191 CYGWIN* | Cygwin* | cygwin* | OS/2*)
  /external/zlib/src/
configure 191 CYGWIN* | Cygwin* | cygwin* | OS/2*)
  /external/bison/
configure     [all...]

Completed in 770 milliseconds