summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-02 23:09:19 +0000
committerrillig <rillig>2006-07-02 23:09:19 +0000
commite28b3827228b2883fc8febdc83e895e00ae7150e (patch)
tree2cc982440e56d091271723f5ae0902e674aa37e6 /mk/compiler.mk
parent8c68b556d5e1031f09941113d576e1cf9881213c (diff)
downloadpkgsrc-e28b3827228b2883fc8febdc83e895e00ae7150e.tar.gz
Reordered the variables in the interface comment so that all
user-settable variables come first.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r--mk/compiler.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk
index 36290b50981..42b51c75e76 100644
--- a/mk/compiler.mk
+++ b/mk/compiler.mk
@@ -1,9 +1,9 @@
-# $NetBSD: compiler.mk,v 1.51 2006/06/09 13:59:08 jlam Exp $
+# $NetBSD: compiler.mk,v 1.52 2006/07/02 23:09:19 rillig Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
#
-# The following variables are used by this file:
+# The following variables may be set by the pkgsrc user in mk.conf:
#
# PKGSRC_COMPILER
# A list of values specifying the chain of compilers to be used by
@@ -30,6 +30,12 @@
# compiler. The chain should always end in a real compiler.
# This should only be set in /etc/mk.conf.
#
+# USE_PKGSRC_GCC
+# Force using the appropriate version of GCC from pkgsrc based on
+# GCC_REQD instead of the native compiler.
+#
+# The following variables may be set by a package:
+#
# GCC_REQD
# A list of version numbers used to determine the minimum
# version of GCC required by a package. This value should only
@@ -40,12 +46,6 @@
# required, set GCC_REQD=3.0 so that we do not try to pull in
# lang/gcc3 unnecessarily and have it fail.
#
-# USE_PKGSRC_GCC
-# Force using the appropriate version of GCC from pkgsrc based on
-# GCC_REQD instead of the native compiler. Should only be set in
-# /etc/mk.conf.
-#
-#
# USE_LANGUAGES
# Lists the languages used in the source code of the package,
# and is used to determine the correct compilers to install.