g++ -I/usr/pkg/include/gdk-pixbuf-1.0 -I/usr/pkg/include -I/usr/X11R6/include Update gcc3 to gcc3-3.3nb2

If NetBSD and /usr/include/pthread.h is present, add --enable-threads to
configure arguments. Could set --host=i386--netbsdelf2.0 instead, but that
causes many other packages (eg: mail/imap-uw) to fail to link with
    '/usr/bin/ld: cannot find -lgcc_eh'
even when they
    .if defined(USE_GCC3)
    .  include "../../lang/gcc3/buildlink2.mk"
    .endif
With this change a 1.6U/i386 machine can build mozilla with gcc3.
This commit is contained in:
abs 2003-06-30 22:40:58 +00:00
parent d53f7c9561
commit ddad801ceb

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.2643 2003/06/30 18:02:04 jdolecek Exp $
$NetBSD: CHANGES,v 1.2644 2003/06/30 22:40:58 abs Exp $
Changes to the packages collection and infrastructure in 2003:
@ -2635,3 +2635,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated py-dns to 1.0.0 [gson 2003-06-30]
Updated mtree to 20030630 [grant 2003-06-30]
Updated vmware-module3 to 3.2.1.2 [jdolecek 2003-06-30]
Updated gcc3 to gcc3-3.3nb2 [abs 2003-06-30]