TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 13 21:00:50 2009 +0000 (2009-05-13)
changeset 1338 a3f2c235962c
child 1349 e82da02e9ee7
permissions -rw-r--r--
elf2flt:
- fix white-space damage

-------- diffstat follows --------
/trunk/scripts/build/elf2flt.sh | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
     1 This is a somewhat ordered TODO list:
     2 
     3 Recuring tasks:
     4 
     5 - update versions for every tools...
     6 
     7 
     8 
     9 Non-recurring:
    10 
    11 - gcc-4.4
    12   - requires some companion libs:
    13     - PPL
    14     - CLoog
    15   - check that the patchset from 4.3.3 still applies
    16 
    17 - uClinux
    18 
    19 - add newlib (for enhanced bare metal)
    20   - may need heavy tweaks and bends in gcc.sh
    21   - try to make it generic, will help for uClibc++
    22   - check whether it supports running under uClinux
    23 
    24 - uClibc++
    25   - see newlib, above
    26 
    27 - Cygwin target (needs newlib)
    28   - so we can complie for Windows/Cygwin
    29 
    30 - mingw32 target
    31   - so we can compile for Windows/Win32
    32 
    33 - mingw32 host
    34   - so we can run natively under Windows/Win32 (without requiring Cygwin)
    35 
    36 - eglibc config file
    37   - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html