diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2014-05-07 18:40:48 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2014-05-07 18:40:48 +0200 |
commit | 5fb6e6ddf8c4ce491a00fa8ca22b8780e05bdcb3 (patch) | |
tree | 3e752b7f08bfa4c72086c404e33839af3efed314 /TODO | |
parent | f336d89f93207f5b2dc3c6551c107239ad8120d0 (diff) | |
download | crosstool-ng-5fb6e6ddf8c4ce491a00fa8ca22b8780e05bdcb3.tar.gz crosstool-ng-5fb6e6ddf8c4ce491a00fa8ca22b8780e05bdcb3.tar.bz2 crosstool-ng-5fb6e6ddf8c4ce491a00fa8ca22b8780e05bdcb3.zip |
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>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -18,16 +18,6 @@ Non-recurring tasks: - 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 |