Subject: CVS commit: pkgsrc/lang/gcc3
To: None <pkgsrc-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 06/30/2003 22:40:08
Module Name:	pkgsrc
Committed By:	abs
Date:		Mon Jun 30 22:40:08 UTC 2003

Modified Files:
	pkgsrc/lang/gcc3: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/lang/gcc3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.