source: rtems/contrib/crossrpms/TODO @ 01141c5

4.104.114.95
Last change on this file since 01141c5 was 43fe4445, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/24/06 at 08:54:04

Cleanup.
Add note on autotools.

  • Property mode set to 100644
File size: 905 bytes
Line 
1* Improve autotools support:
2- Problem: The autotools packages conflict with OS provided packages
3  for --prefix=/usr.
4
5* Improve info files treatment:
6- Problem: Infos are not target canonicalized. Therefore, installing them to
7  /usr or /usr/local is likely to conflict with vendor provided infos rsp.
8  locally installed packages. Additionally, installing to /usr/local is
9  completely out of our control.
10- Current approach: Install infos/provide base packages only for
11  $prefix ==/opt/rtems* or if user is forcing them with --enable-infos
12- Consider to canonicalize the infos (How?). Probably better be done by
13  upstream.
14
15* Ada:
16- Consider to remove it (Lack of multilibs renders it unusable for rtems
17  toolchains).
18- Consider to add support for non-multilib'ed toolchains.
19
20* gcc/build.add: Use --languages=fortran instead of f95 for gcc >= 4.1
21  (--languages=f95 is deprecated in gcc >= 4.1)
22
Note: See TracBrowser for help on using the repository browser.