summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-01 01:31:58 +0000
committerjlam <jlam@pkgsrc.org>2004-02-01 01:31:58 +0000
commit0cf6261dd8ed70712075c3a03393eae9a774e5cf (patch)
tree0655e7618214667af32a99cde9316663fa023a7f
parentdfbb9b907102af3fc7216567965313eddd541d46 (diff)
downloadpkgsrc-0cf6261dd8ed70712075c3a03393eae9a774e5cf.tar.gz
Note that PKGSRC_COMPILER should end in a real compiler.
-rw-r--r--mk/compiler/bsd.compiler.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/compiler/bsd.compiler.mk b/mk/compiler/bsd.compiler.mk
index 6acc5708030..a964c95904a 100644
--- a/mk/compiler/bsd.compiler.mk
+++ b/mk/compiler/bsd.compiler.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.compiler.mk,v 1.1 2004/02/01 00:31:00 jlam Exp $
+# $NetBSD: bsd.compiler.mk,v 1.2 2004/02/01 01:31:58 jlam Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -19,6 +19,7 @@
#
# The default is "gcc". You can use ccache and/or distcc with an
# appropriate PKGSRC_COMPILER setting, e.g. "ccache distcc gcc".
+# The chain should always end in a real compiler.
#
# GCC_REQD
# A list of version numbers used to determine the minimum