Lines Matching full:cygwin
4 handles the Cygwin port of the GNU C compiler to Windows. It also contains
6 cygwin in no-cygwin mode).
28 # * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works
33 # * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
35 # see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
43 # * cygwin gcc 3.2/ld 2.13.90 works
84 compiler_type = 'cygwin'
139 # cygwin and mingw32 need different sets of libraries
141 # cygwin shouldn't need msvcrt, but without the dlls will crash
296 # the same as cygwin plus some additional parameters
316 # but cygwin 2.91.57 in no-cygwin-mode needs it.
323 no_cygwin = ' -mno-cygwin'
457 '''Try to determine if the gcc that would be used is from cygwin.'''
462 # Cygwin's gcc sets the os to 'cygwin'
463 return out_string.strip().endswith('cygwin')