summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-06-11 21:43:22 +0000
committergrant <grant@pkgsrc.org>2003-06-11 21:43:22 +0000
commit155db40ca1398f0d01849de32fb361bc989e373e (patch)
treea019edce099e694267e00a12deedbd24c50919f8 /doc
parent00dd0d0aaea04d883ca117d0d5157f9e952d0a4c (diff)
downloadpkgsrc-155db40ca1398f0d01849de32fb361bc989e373e.tar.gz
update infrastructure problems section to reflect reality. gcc2 and
gcc3 from pkgsrc now work as expected, but more work is required to correctly handle the MIPSPro compiler on IRIX and SunPro on Solaris, as well as an external gcc.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO15
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/TODO b/doc/TODO
index 50aa0994635..8344cb0b8cb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.636 2003/06/11 13:30:08 wiz Exp $
+$NetBSD: TODO,v 1.637 2003/06/11 21:43:22 grant Exp $
Suggested new packages
======================
@@ -278,16 +278,11 @@ Suggested package updates
Infrastructure problems which need addressing
=============================================
- o fix lang/gcc to not look in ${PREFIX}/include (and lib) for
- header files and libraries, as this defeats the purpose of
- buildlink2 and causes problems building pkgs (Solaris, where
- it is installed into ${PREFIX}, unlike gcc3).
+ o fix mk/gcc.buildlink2.mk to handle non-gcc compilers,
+ eg. MIPSPro on IRIX, SunPro on Solaris.
- o fix lang/gcc to be able to find static libgcc (e.g.
- devel/ncurses on Solaris).
-
- o fix lang/gcc3 so pkgs can find shared libgcc, libstdc++,
- etc., or static library if built with --disable-shared.
+ o fix mk/gcc.buildlink2.mk to handle non-pkgsrc gcc,
+ eg. /opt/sfw/bin/gcc.
Suggested pkgsrc enhancements
=============================