TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 02 20:06:44 2009 +0200 (2009-08-02)
changeset 1446 0a44fc4d6bd0
parent 1387 a52504ffac55
child 1512 439a6b292917
permissions -rw-r--r--
[config] Allow user to specify custom CONFIG_SHELL

In case the shell the user wants to use as CONFIG_SHELL is located in a
weird place (eg. /opt/bash/bin/bash), or is weirdly named (eg. bash-4),
let the user enter the patch to the shell.
yann@1335
     1
This is a somewhat ordered TODO list:
yann@1335
     2
yann@1335
     3
Recuring tasks:
yann@1335
     4
yann@1335
     5
- update versions for every tools...
yann@1335
     6
yann@1335
     7
yann@1403
     8
Non-recurring tasks:
yann@1335
     9
yann@1335
    10
- uClinux
yann@1335
    11
yann@1335
    12
- add newlib (for enhanced bare metal)
yann@1335
    13
  - may need heavy tweaks and bends in gcc.sh
yann@1335
    14
  - try to make it generic, will help for uClibc++
yann@1335
    15
  - check whether it supports running under uClinux
yann@1335
    16
yann@1335
    17
- uClibc++
yann@1335
    18
  - see newlib, above
yann@1335
    19
yann@1335
    20
- Cygwin target (needs newlib)
yann@1335
    21
  - so we can complie for Windows/Cygwin
yann@1335
    22
yann@1335
    23
- mingw32 target
yann@1335
    24
  - so we can compile for Windows/Win32
yann@1335
    25
yann@1335
    26
- mingw32 host
yann@1335
    27
  - so we can run natively under Windows/Win32 (without requiring Cygwin)
yann@1335
    28
yann@1335
    29
- eglibc config file
yann@1335
    30
  - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html
yann@1349
    31
yann@1349
    32
- multilib