summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2003-06-11 21:43:22 +0000
committergrant <grant>2003-06-11 21:43:22 +0000
commit2682892a3b5f2bce7f9021ba854bf90118a73954 (patch)
treea019edce099e694267e00a12deedbd24c50919f8
parent20184799e3293d1a57916c105ba623493e915756 (diff)
downloadpkgsrc-2682892a3b5f2bce7f9021ba854bf90118a73954.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.
-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
=============================