crosstool-ng/TODO
Yann E. MORIN" 5fb6e6ddf8 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>
2014-05-07 18:40:48 +02:00

26 lines
524 B
Plaintext

This is a somewhat ordered TODO list:
Recurring tasks:
- update versions for every tools...
- update and/or upgrade all samples
Non-recurring tasks:
- update newlib (for enhanced bare metal)
- confirm existing implementation on targets other than AVR32
- try to make it generic, will help for uClibc++
- multilib
- Cygwin target (needs newlib)
- so we can build toolchains that generate code for Windows/Cygwin
- uClibc++
- see newlib, above
- uClinux
- check whether we can use newlib under uClinux (?)