summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2014-05-07 16:40:48 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2014-05-07 16:40:48 (GMT)
commit5fb6e6ddf8c4ce491a00fa8ca22b8780e05bdcb3 (patch)
tree3e752b7f08bfa4c72086c404e33839af3efed314 /TODO
parentf336d89f93207f5b2dc3c6551c107239ad8120d0 (diff)
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--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index 0ade3ef..71d9d90 100644
--- a/TODO
+++ b/TODO
@@ -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