summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/TODO
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-02-17 15:52:53 +0100
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-02-17 15:52:53 +0100
commitd6f6dfaa3d90e9c62f4c93ffbda5568de29a1d0f (patch)
treecfe20c98bbba3238646d1a71fb86dd41ca4de62c /contrib/crossrpms/TODO
parentFixed incorrect error path (diff)
downloadrtems-d6f6dfaa3d90e9c62f4c93ffbda5568de29a1d0f.tar.bz2
Remove (Moved to git.rtems.org/data/git/rtems-crossrpms.git).
Diffstat (limited to 'contrib/crossrpms/TODO')
-rw-r--r--contrib/crossrpms/TODO22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/crossrpms/TODO b/contrib/crossrpms/TODO
deleted file mode 100644
index d2748bd884..0000000000
--- a/contrib/crossrpms/TODO
+++ /dev/null
@@ -1,22 +0,0 @@
-* Improve autotools support:
-- Problem: The autotools packages conflict with OS provided packages
- for --prefix=/usr.
-
-* Improve info files treatment:
-- Problem: Infos are not target canonicalized. Therefore, installing them to
- /usr or /usr/local is likely to conflict with vendor provided infos rsp.
- locally installed packages. Additionally, installing to /usr/local is
- completely out of our control.
-- Current approach: Install infos/provide base packages only for
- $prefix ==/opt/rtems* or if user is forcing them with --enable-infos
-- Consider to canonicalize the infos (How?). Probably better be done by
- upstream.
-
-* Ada:
-- Consider to remove it (Lack of multilibs renders it unusable for rtems
- toolchains).
-- Consider to add support for non-multilib'ed toolchains.
-
-* gcc/build.add: Use --languages=fortran instead of f95 for gcc >= 4.1
- (--languages=f95 is deprecated in gcc >= 4.1)
-