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
88 """ Handles the Cygwin port of the GNU C compiler to Windows.
90 compiler_type = 'cygwin'
145 # cygwin and mingw32 need different sets of libraries
147 # cygwin shouldn't need msvcrt, but without the dlls will crash
272 # the same as cygwin plus some additional parameters
290 # but cygwin 2.91.57 in no-cygwin-mode needs it.
298 'Cygwin gcc cannot be used with --compiler=mingw32')
401 '''Try to determine if the gcc that would be used is from cygwin.'''
403 return out_string.strip().endswith(b'cygwin')