Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/15/2004 13:34:34
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Feb 15 13:34:34 UTC 2004

Modified Files:
	pkgsrc/mk/buildlink2: bsd.buildlink2.mk
	pkgsrc/mk/buildlink3: bsd.buildlink3.mk
	pkgsrc/mk/compiler: gcc.mk mipspro.mk sunpro.mk

Log Message:
Create wrappers for the compilers for every language supported by the
compiler set.  This will cause the libtool configuration found in several
packages to use the correct C++ compiler even though the package doesn't
use C++.  This was causing bugs when CXXFLAGS contained flags not
understood by the system gcc-2.95.3.


To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 pkgsrc/mk/buildlink2/bsd.buildlink2.mk
cvs rdiff -r1.82 -r1.83 pkgsrc/mk/buildlink3/bsd.buildlink3.mk
cvs rdiff -r1.51 -r1.52 pkgsrc/mk/compiler/gcc.mk
cvs rdiff -r1.19 -r1.20 pkgsrc/mk/compiler/mipspro.mk
cvs rdiff -r1.17 -r1.18 pkgsrc/mk/compiler/sunpro.mk

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