TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jun 11 21:47:19 2009 +0000 (2009-06-11)
changeset 1352 d7ddcb75e0f7
parent 1335 4a5540d3a301
child 1368 ec1cffe6d30b
permissions -rw-r--r--
populate: fix installing dynamic linker 'ld.so'

The dynamic linker, ld.so, needs the execute bit to be set.
Detect tht the library being installed is in fact ld.so and
install it with 0755 instead of 0644.

Fix detecting src == dst.

Use a simpler command to copy src -> dst.

Also change echo to printf, get rid of 'echo -n', which is
highly non-portable.


-------- diffstat follows --------
/trunk/scripts/populate.in | 76 43 33 0 +++++++++++++++++++++++++++++-----------------------
1 file changed, 43 insertions(+), 33 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@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