Add a TODO file.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 12 06:07:41 2009 +0000 (2009-05-12)
changeset 13354a5540d3a301
parent 1334 f37bf01a94a3
child 1336 bc8b9381f637
Add a TODO file.

-------- diffstat follows --------
/trunk/README | 2 2 0 0 ++
/trunk/TODO | 37 37 0 0 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
README
TODO
     1.1 --- a/README	Mon May 11 20:45:42 2009 +0000
     1.2 +++ b/README	Tue May 12 06:07:41 2009 +0000
     1.3 @@ -8,6 +8,8 @@
     1.4  You can also point your browser to
     1.5    http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool
     1.6  
     1.7 +If you want to enhance crosstool-NG, there's a to-do list in the TODO file.
     1.8 +
     1.9  If you need to send a bug report or a patch, please send a mail with subject
    1.10  prefixed with "[CT_NG]" with the following destinations:
    1.11      TO: yann.morin.1998 (at) anciens.enib.fr
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/TODO	Tue May 12 06:07:41 2009 +0000
     2.3 @@ -0,0 +1,37 @@
     2.4 +This is a somewhat ordered TODO list:
     2.5 +
     2.6 +Recuring tasks:
     2.7 +
     2.8 +- update versions for every tools...
     2.9 +
    2.10 +
    2.11 +
    2.12 +Non-recurring:
    2.13 +
    2.14 +- gcc-4.4
    2.15 +  - requires some companion libs:
    2.16 +    - PPL
    2.17 +    - CLoog
    2.18 +  - check that the patchset from 4.3.3 still applies
    2.19 +
    2.20 +- uClinux
    2.21 +
    2.22 +- add newlib (for enhanced bare metal)
    2.23 +  - may need heavy tweaks and bends in gcc.sh
    2.24 +  - try to make it generic, will help for uClibc++
    2.25 +  - check whether it supports running under uClinux
    2.26 +
    2.27 +- uClibc++
    2.28 +  - see newlib, above
    2.29 +
    2.30 +- Cygwin target (needs newlib)
    2.31 +  - so we can complie for Windows/Cygwin
    2.32 +
    2.33 +- mingw32 target
    2.34 +  - so we can compile for Windows/Win32
    2.35 +
    2.36 +- mingw32 host
    2.37 +  - so we can run natively under Windows/Win32 (without requiring Cygwin)
    2.38 +
    2.39 +- eglibc config file
    2.40 +  - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html