1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 02:53:12 +02:00

[277833] - added note about cygwin version

This commit is contained in:
Alena Laskavaia 2009-05-29 19:41:17 +00:00
parent 65b34ea1cc
commit b262627559

View file

@ -34,6 +34,8 @@ It provides a compatibility layer in a set of DLLs. These DLLs are
making any code that links to them also subject to the GPL.
Cygwin, however, does provide the fullest implementation of the GNU toolchain
by supporting the GNU libc C runtime library.
Note: currently Cygwin >= version 3.4.4-999 is not supported since gcc and g++ commands cannot
be launched from the windows' native shell.
<p> <br></p>
</li>
<li><p><a href="http://www.mingw.org"><b>MinGW</b></a> is a port of the GNU toolchain to the Windows platform.