TODO
author Yann E. MORIN
Wed Jun 17 10:46:28 2009 +0200 (2009-06-17)
changeset 1409 7264ce426be4
parent 1335 4a5540d3a301
child 1368 ec1cffe6d30b
permissions -rw-r--r--
[configure] Use hg to compute the version string

Now that we have migrated to hg from svn, it does not make sense
to keep using svn tools to compute the version string, so switch
to using mercurial tools (that are much more flexible, BTW).
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@1335
     8
yann@1335
     9
Non-recurring:
yann@1335
    10
yann@1335
    11
- gcc-4.4
yann@1335
    12
  - requires some companion libs:
yann@1335
    13
    - PPL
yann@1335
    14
    - CLoog
yann@1335
    15
  - check that the patchset from 4.3.3 still applies
yann@1335
    16
yann@1335
    17
- uClinux
yann@1335
    18
yann@1335
    19
- add newlib (for enhanced bare metal)
yann@1335
    20
  - may need heavy tweaks and bends in gcc.sh
yann@1335
    21
  - try to make it generic, will help for uClibc++
yann@1335
    22
  - check whether it supports running under uClinux
yann@1335
    23
yann@1335
    24
- uClibc++
yann@1335
    25
  - see newlib, above
yann@1335
    26
yann@1335
    27
- Cygwin target (needs newlib)
yann@1335
    28
  - so we can complie for Windows/Cygwin
yann@1335
    29
yann@1335
    30
- mingw32 target
yann@1335
    31
  - so we can compile for Windows/Win32
yann@1335
    32
yann@1335
    33
- mingw32 host
yann@1335
    34
  - so we can run natively under Windows/Win32 (without requiring Cygwin)
yann@1335
    35
yann@1335
    36
- eglibc config file
yann@1335
    37
  - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html
yann@1349
    38
yann@1349
    39
- multilib