# HG changeset patch # User "Yann E. MORIN" # Date 1399480848 -7200 # Node ID 80e46e644bc0c788084071bcf480c5fc5823bfab # Parent 7c9145db43147d3b38543b89ef1632e5e4ea790c TODO: remove some items Those items have now been implemented: - mingw32 target we have it now, and even mingw64 too - mingw32 host it is certainly possible to canadian-build a toolchain to run in a mingw host - Cygwin host it is possible to build a toolchain in Cygwin, and it is probably possible to canadian-build it as well Signed-off-by: "Yann E. MORIN" diff -r 7c9145db4314 -r 80e46e644bc0 TODO --- a/TODO Fri Feb 21 07:17:33 2014 +0100 +++ b/TODO Wed May 07 18:40:48 2014 +0200 @@ -18,16 +18,6 @@ - Cygwin target (needs newlib) - so we can build toolchains that generate code for Windows/Cygwin -- Cygwin host - - so we can build toolchains that run natively under Windows/Cygwin - -- mingw32 target - - so we can build toolchains that generate code for Windows/Win32 - -- mingw32 host - - so we can build toolchains that run natively under Windows/Win32 - (without requiring Cygwin) - - uClibc++ - see newlib, above