TODO: remove some items
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Wed May 07 18:40:48 2014 +0200 (2014-05-07)
changeset 330680e46e644bc0
parent 3305 7c9145db4314
child 3307 d7eaba5831d5
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" <yann.morin.1998@free.fr>
TODO
     1.1 --- a/TODO	Fri Feb 21 07:17:33 2014 +0100
     1.2 +++ b/TODO	Wed May 07 18:40:48 2014 +0200
     1.3 @@ -18,16 +18,6 @@
     1.4  - Cygwin target (needs newlib)
     1.5    - so we can build toolchains that generate code for Windows/Cygwin
     1.6  
     1.7 -- Cygwin host
     1.8 -  - so we can build toolchains that run natively under Windows/Cygwin
     1.9 -
    1.10 -- mingw32 target
    1.11 -  - so we can build toolchains that generate code for Windows/Win32
    1.12 -
    1.13 -- mingw32 host
    1.14 -  - so we can build toolchains that run natively under Windows/Win32
    1.15 -    (without requiring Cygwin)
    1.16 -
    1.17  - uClibc++
    1.18    - see newlib, above
    1.19