TODO
changeset 1335 4a5540d3a301
child 1349 e82da02e9ee7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/TODO	Tue May 12 06:07:41 2009 +0000
     1.3 @@ -0,0 +1,37 @@
     1.4 +This is a somewhat ordered TODO list:
     1.5 +
     1.6 +Recuring tasks:
     1.7 +
     1.8 +- update versions for every tools...
     1.9 +
    1.10 +
    1.11 +
    1.12 +Non-recurring:
    1.13 +
    1.14 +- gcc-4.4
    1.15 +  - requires some companion libs:
    1.16 +    - PPL
    1.17 +    - CLoog
    1.18 +  - check that the patchset from 4.3.3 still applies
    1.19 +
    1.20 +- uClinux
    1.21 +
    1.22 +- add newlib (for enhanced bare metal)
    1.23 +  - may need heavy tweaks and bends in gcc.sh
    1.24 +  - try to make it generic, will help for uClibc++
    1.25 +  - check whether it supports running under uClinux
    1.26 +
    1.27 +- uClibc++
    1.28 +  - see newlib, above
    1.29 +
    1.30 +- Cygwin target (needs newlib)
    1.31 +  - so we can complie for Windows/Cygwin
    1.32 +
    1.33 +- mingw32 target
    1.34 +  - so we can compile for Windows/Win32
    1.35 +
    1.36 +- mingw32 host
    1.37 +  - so we can run natively under Windows/Win32 (without requiring Cygwin)
    1.38 +
    1.39 +- eglibc config file
    1.40 +  - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html