mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
5fb6e6ddf8
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>
26 lines
524 B
Plaintext
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 (?)
|