# HG changeset patch # User "Yann E. MORIN" # Date 1242108461 0 # Node ID 4a5540d3a3011dbcd0873fac150117b38084697b # Parent f37bf01a94a3923ab60af410b14a15d9c2a21063 Add a TODO file. -------- diffstat follows -------- /trunk/README | 2 2 0 0 ++ /trunk/TODO | 37 37 0 0 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff -r f37bf01a94a3 -r 4a5540d3a301 README --- a/README Mon May 11 20:45:42 2009 +0000 +++ b/README Tue May 12 06:07:41 2009 +0000 @@ -8,6 +8,8 @@ You can also point your browser to http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool +If you want to enhance crosstool-NG, there's a to-do list in the TODO file. + If you need to send a bug report or a patch, please send a mail with subject prefixed with "[CT_NG]" with the following destinations: TO: yann.morin.1998 (at) anciens.enib.fr diff -r f37bf01a94a3 -r 4a5540d3a301 TODO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TODO Tue May 12 06:07:41 2009 +0000 @@ -0,0 +1,37 @@ +This is a somewhat ordered TODO list: + +Recuring tasks: + +- update versions for every tools... + + + +Non-recurring: + +- gcc-4.4 + - requires some companion libs: + - PPL + - CLoog + - check that the patchset from 4.3.3 still applies + +- uClinux + +- add newlib (for enhanced bare metal) + - may need heavy tweaks and bends in gcc.sh + - try to make it generic, will help for uClibc++ + - check whether it supports running under uClinux + +- uClibc++ + - see newlib, above + +- Cygwin target (needs newlib) + - so we can complie for Windows/Cygwin + +- mingw32 target + - so we can compile for Windows/Win32 + +- mingw32 host + - so we can run natively under Windows/Win32 (without requiring Cygwin) + +- eglibc config file + - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html