diff options
author | grant <grant@pkgsrc.org> | 2003-06-11 21:43:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-11 21:43:22 +0000 |
commit | 155db40ca1398f0d01849de32fb361bc989e373e (patch) | |
tree | a019edce099e694267e00a12deedbd24c50919f8 /doc | |
parent | 00dd0d0aaea04d883ca117d0d5157f9e952d0a4c (diff) | |
download | pkgsrc-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/TODO | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -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 ============================= |