summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-01-17 02:43:16 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-01-17 02:43:16 +0000
commit5eae87e41cc01023bed4a005172731a7dbb75625 (patch)
tree23dce71ce4e37e991a1321ad7b5f54de4f6c5261 /doc/guide
parentfd0f980dbeda723c406b08bd26419b2225654fd5 (diff)
downloadpkgsrc-5eae87e41cc01023bed4a005172731a7dbb75625.tar.gz
clarify that PKGSRC_COMPILER= sunpro gcc is not how this variable is
meant to be used. Partially addresses PR/35433.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/configuring.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml
index bf393e16e77..0bec162ee68 100644
--- a/doc/guide/files/configuring.xml
+++ b/doc/guide/files/configuring.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.23 2006/12/02 06:12:40 kano Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.24 2007/01/17 02:43:17 dmcmahill Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -176,8 +176,10 @@ works.</para>
<varname>distcc</varname> with an appropriate
<varname>PKGSRC_COMPILER</varname> setting,
e.g. <quote><varname>ccache gcc</varname></quote>. This
- variable should always be
- terminated with a value for a real compiler.</para>
+ variable should always be terminated with a value for
+ a real compiler. Note that only one real compiler
+ should be listed (e.g. <quote><varname>sunpro gcc</varname></quote>
+ is not allowed).</para>
</listitem>
</varlistentry>