TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 13 18:10:47 2009 +0000 (2009-05-13)
changeset 1336 bc8b9381f637
child 1349 e82da02e9ee7
permissions -rw-r--r--
Add a new action: show-tuple
- in a directory containing a crosstool-NG configuration,
prints the tuple of the configured target to stdout.

-------- diffstat follows --------
/trunk/Makefile.in | 4 3 1 0 +++-
/trunk/scripts/showTuple.sh.in | 30 30 0 0 ++++++++++++++++++++++++++++++
/trunk/ct-ng.comp | 2 1 1 0 +-
/trunk/ct-ng.in | 10 9 1 0 +++++++++-
4 files changed, 43 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