Subject: CVS commit: pkgsrc/mk/compiler
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2004 00:46:26
Module Name: pkgsrc
Committed By: dmcmahill
Date: Tue Nov 23 00:46:26 UTC 2004
Modified Files:
pkgsrc/mk/compiler: ccc.mk gcc.mk mipspro.mk sunpro.mk xlc.mk
Log Message:
add {CC,CXX,FC,F77}PATH variables which give the complete path and
name of the {CC,CXX,FC,F77} compilers. These will be used by pkgs
which need to know which compiler and where it is at run time.
Approved by jlam@
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/compiler/ccc.mk pkgsrc/mk/compiler/xlc.mk
cvs rdiff -r1.74 -r1.75 pkgsrc/mk/compiler/gcc.mk
cvs rdiff -r1.26 -r1.27 pkgsrc/mk/compiler/mipspro.mk
cvs rdiff -r1.22 -r1.23 pkgsrc/mk/compiler/sunpro.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.