1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +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

@ -33,7 +33,9 @@ It provides a compatibility layer in a set of DLLs. These DLLs are
<a href="http://www.gnu.org/copyleft/gpl.html">GPL licensed</a>,
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.
by supporting the GNU libc C runtime library.
Note: currently Cygwin &gt;= 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.