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

1 2

  /external/llvm/lib/Transforms/
Makefile 16 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
  /external/llvm/runtime/
Makefile 23 ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 48 Only add Cygwin to the path when it isn't already there. This avoids
49 causing problems for people who purposefully have non-Cygwin versions of
50 executables like svn in front of the Cygwin ones in their paths.
  /external/icu4c/
runConfigureICU 34 Cygwin Use the GNU gcc/g++ compilers on Cygwin
35 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
36 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
37 Cygwin/ICL Use the Intel C++ compiler on Cygwin
235 Cygwin)
236 THE_OS="Cygwin"
    [all...]
  /external/stlport/test/eh/
cygwin.mak 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
  /external/llvm/tools/
Makefile 68 ifneq (,$(filter $(HOST_OS), Cygwin MingW))
  /gdk/build/core/
check-cygwin-make.mk 16 # Check that we have a Cygwin-compatible make.
28 # Get the cygwin-specific path to the make executable
29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the
35 # Now try to find it on the file system, a non-cygwin compatible
36 # GNU Make, even if launched from a Cygwin shell, will not
40 $(error Android GDK: $(firstword $(MAKE)) is not cygwin-compatible)
init.mk 70 # On all modern variants of Windows (including Cygwin and Wine)
87 ifneq (,$(findstring CYGWIN,$(UNAME)))
132 # For now always use ":" since Windows is Cygwin
138 # Cygwin 1.5, which is deprecated and won't run our toolchain
142 # On cygwin, 'uname -r' returns something like 1.5.23(0.225/5/3)
146 $(call __gdk_info,You seem to be running Cygwin 1.5, which is not supported.)
147 $(call __gdk_info,Please upgrade to Cygwin 1.7 or higher.)
178 # On windows, define the 'cygwin-to-host-path' function here depending on the
186 # from cygwin to host paths through simple substitutions.
191 # have a very weird cygwin setup)
    [all...]
definitions.mk 112 # Rationale: This function is used to translate Cygwin paths into
117 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
127 # Rationale: This function is used to translate Cygwin paths into
    [all...]
  /ndk/build/core/
check-cygwin-make.mk 16 # Check that we have a Cygwin-compatible make.
28 # Get the cygwin-specific path to the make executable
29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the
35 # Now try to find it on the file system, a non-cygwin compatible
36 # GNU Make, even if launched from a Cygwin shell, will not
40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
build-all.mk 85 # On Cygwin, we generate a temporary shell script that is capable of
87 # in them from the Windows to the corresponding Cygwin convention.
90 # This shell script is generated by passing the output of the cygwin
93 ifeq ($(HOST_OS),cygwin)
94 GEN_CYGWIN_DEPS_CONVERTER := mount | awk -f $(BUILD_AWK)/gen-cygwin-deps-converter.awk
96 $(call __ndk_info,Cygwin dependency file conversion script:)
102 @$(HOST_ECHO) "Cygwin : Generating dependency file converter script"
138 ifeq ($(HOST_OS),cygwin)
init.mk 108 # On all modern variants of Windows (including Cygwin and Wine)
125 ifneq (,$(findstring CYGWIN,$(UNAME)))
140 # $(HOST_OS), except on Cygwin where we will have:
142 # HOST_OS == cygwin
145 # Trying to detect that we're running from Cygwin is tricky
152 # to a Cygwin installation.
158 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
160 # native Windows shell. On cygwin, this will create an empty NUL file
164 ifneq (,$(filter CYGWIN%,$(UNAME)))
165 $(call ndk_log,Cygwin detected: $(shell uname -a)
    [all...]
definitions.mk 144 # Rationale: This function is used to translate Cygwin paths into
145 # Cygwin-specific ones. On other platforms, it will just
148 ifeq ($(HOST_OS),cygwin)
149 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
232 # Rationale: This function is used to translate Cygwin paths into
233 # Cygwin-specific ones. On other platforms, it will just
236 ifeq ($(HOST_OS),cygwin)
    [all...]
  /external/libpng/
Android.mk 29 # Case where we're building windows but not under linux (so it must be cygwin)
30 # In this case, gcc cygwin doesn't recognize -fvisibility=hidden
31 $(info libpng: Ignoring gcc flag $(common_CFLAGS) on Cygwin)
  /external/llvm/include/llvm/ADT/
Triple.h 83 Cygwin,
292 /// \brief Tests for either Cygwin or MinGW OS
294 return getOS() == Triple::Cygwin || getOS() == Triple::MinGW32;
  /external/llvm/tools/llvm-shlib/
Makefile 20 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
84 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
  /external/llvm/lib/Target/X86/
X86Subtarget.h 246 bool isTargetCygwin() const { return TargetTriple.getOS() == Triple::Cygwin; }
252 // FIXME: x86_64-cygwin has not been released yet.
257 // FIXME: Cygwin is included for isTargetWin64 -- should it be included
  /external/llvm/test/
Makefile 36 # -jN causes crash on Cygwin's python.
37 ifneq (,$(filter $(HOST_OS),Cygwin))
  /external/openssh/contrib/cygwin/
Makefile 10 cygdocdir=$(docdir)/Cygwin
21 @echo "Use \`make cygwin-postinstall DESTDIR=[package directory]'"
77 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
78 @echo "Cygwin specific configuration finished."
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 298 case llvm::Triple::Cygwin:
369 case llvm::Triple::Cygwin:
370 // Cygwin-1.7
371 AddMinGWCPlusPlusIncludePaths("/usr/lib/gcc", "i686-pc-cygwin", "4.5.3");
372 AddMinGWCPlusPlusIncludePaths("/usr/lib/gcc", "i686-pc-cygwin", "4.3.4");
373 // g++-4 / Cygwin-1.5
374 AddMinGWCPlusPlusIncludePaths("/usr/lib/gcc", "i686-pc-cygwin", "4.3.2");
  /external/llvm/lib/Support/
Triple.cpp 103 case Cygwin: return "cygwin";
272 .StartsWith("cygwin", Triple::Cygwin)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 206 TheTriple.getOS() == Triple::Cygwin)
384 } else if (TheTriple.getOS() == Triple::MinGW32 || TheTriple.getOS() == Triple::Cygwin) {
  /external/qemu/distrib/zlib-1.2.3/
configure 80 CYGWIN* | Cygwin* | cygwin* | OS/2* )
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 562 (T.getOS() == Triple::MinGW32 || T.getOS() == Triple::Cygwin ||
  /external/zlib/
configure 180 CYGWIN* | Cygwin* | cygwin* | OS/2*)

Completed in 611 milliseconds

1 2