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

  /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
210 Cygwin)
211 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..."
  /build/tools/soslim/
Android.mk 23 # Cygwin stat does not support ACCESSPERMS bitmask
  /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)
init.mk 92 # On all modern variants of Windows (including Cygwin and Wine)
109 ifneq (,$(findstring CYGWIN,$(UNAME)))
152 # Cygwin 1.5, which is deprecated and won't run our toolchain
156 # On cygwin, 'uname -r' returns something like 1.5.23(0.225/5/3)
160 $(call __ndk_info,You seem to be running Cygwin 1.5, which is not supported.)
161 $(call __ndk_info,Please upgrade to Cygwin 1.7 or higher.)