source: rtems/contrib/crossrpms/TODO @ 1a64d3e

4.104.114.84.95
Last change on this file since 1a64d3e was 64391f1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/09/06 at 05:11:22

Add note on Ada.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1* Add support for multiple rtems targets.
2- Allow building several specs at one time.
3- Support different versions and patches for different targets
4  (target-specific specs).
5
6* Improve info files treatment:
7- Problem: Infos are not target canonicalized. Therefore, installing them to
8  /usr or /usr/local is likely to conflict with vendor provided infos rsp.
9  locally installed packages. Additionally, installing to /usr/local is
10  completely out of our control.
11- Current approach: Install infos/provide base packages for $prefix!=/usr.
12  This is insufficient to solve the problems noted above.
13- Consider to install infos/provide base packages only for
14  $prefix=/opt/rtems*
15- Consider to canonicalize the infos (How?). Probably better be done by
16  upstream.
17
18* Strip unnecessary stuff from generated *.specs.
19
20* Ada:
21- Consider to remove it (Lack of multilibs renders it unusable for rtems
22  toolchains).
23- Consider to add support for non-multilib'ed toolchains.
24
25* gcc/build.add: Use --languages=fortran instead of f95 for gcc >= 4.1
26  (--languages=f95 is deprecated in gcc >= 4.1)
27
Note: See TracBrowser for help on using the repository browser.