TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 25 19:46:58 2009 +0000 (2009-05-25)
branchgcc-4.4
changeset 1386 7995942261f2
parent 1382 b3b1369752ba
child 1387 a52504ffac55
permissions -rw-r--r--
/devel/gcc-4.4:
- commonalise the config-knobs that:
- enable checking the newly built companion libraries
- enable building the companion libraries for the target

-------- diffstat follows --------
/devel/gcc-4.4/scripts/build/companion_libs/ppl.sh | 2 1 1 0
/devel/gcc-4.4/scripts/build/companion_libs/mpc.sh | 2 1 1 0
/devel/gcc-4.4/scripts/build/companion_libs/gmp.sh | 4 2 2 0 +-
/devel/gcc-4.4/scripts/build/companion_libs/cloog.sh | 2 1 1 0
/devel/gcc-4.4/scripts/build/companion_libs/mpfr.sh | 4 2 2 0 +-
/devel/gcc-4.4/config/companion_libs/ppl.in | 14 0 14 0 ----------
/devel/gcc-4.4/config/companion_libs/mpc.in | 13 0 13 0 ----------
/devel/gcc-4.4/config/companion_libs/gmp.in | 13 0 13 0 ----------
/devel/gcc-4.4/config/companion_libs/cloog.in | 13 0 13 0 ----------
/devel/gcc-4.4/config/companion_libs/mpfr.in | 14 0 14 0 ----------
/devel/gcc-4.4/config/companion_libs.in | 46 35 11 0 ++++++++++++++++++++++++++--------
11 files changed, 42 insertions(+), 85 deletions(-)
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@1385
    12
  - commonalise the companion library check box: check-all-or-check-none (?)
yann@1335
    13
  - check that the patchset from 4.3.3 still applies
yann@1335
    14
yann@1335
    15
- uClinux
yann@1335
    16
yann@1335
    17
- add newlib (for enhanced bare metal)
yann@1335
    18
  - may need heavy tweaks and bends in gcc.sh
yann@1335
    19
  - try to make it generic, will help for uClibc++
yann@1335
    20
  - check whether it supports running under uClinux
yann@1335
    21
yann@1335
    22
- uClibc++
yann@1335
    23
  - see newlib, above
yann@1335
    24
yann@1335
    25
- Cygwin target (needs newlib)
yann@1335
    26
  - so we can complie for Windows/Cygwin
yann@1335
    27
yann@1335
    28
- mingw32 target
yann@1335
    29
  - so we can compile for Windows/Win32
yann@1335
    30
yann@1335
    31
- mingw32 host
yann@1335
    32
  - so we can run natively under Windows/Win32 (without requiring Cygwin)
yann@1335
    33
yann@1335
    34
- eglibc config file
yann@1335
    35
  - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html
yann@1349
    36
yann@1349
    37
- multilib