summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorabs <abs>2009-01-28 23:31:39 +0000
committerabs <abs>2009-01-28 23:31:39 +0000
commitcc522348924c118e3f3bc59faedc8762fb1b18b7 (patch)
treeb2dbb3058a2f2e1dbe00ae61315a89f0994aa9b0 /doc/guide
parente9132be2f2545b3a34443efc2346c48d5ba298d9 (diff)
downloadpkgsrc-cc522348924c118e3f3bc59faedc8762fb1b18b7.tar.gz
Updated devel/cpuflags to 1.37
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/configuring.xml12
-rw-r--r--doc/guide/files/faq.xml10
2 files changed, 13 insertions, 9 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml
index 9a8359567f9..69cf0c4d325 100644
--- a/doc/guide/files/configuring.xml
+++ b/doc/guide/files/configuring.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.31 2007/12/30 22:54:39 darcy Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.32 2009/01/28 23:31:39 abs Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -251,10 +251,12 @@ CFLAGS+= -your -flags
</programlisting>
<para>Using <varname>CFLAGS=</varname> (i.e. without the
- <quote>+</quote>) may lead to problems with packages that need
- to add their own flags. Also, you may want to take a look at
- the <filename role="pkg">devel/cpuflags</filename> package if
- you're interested in optimization for the current CPU.</para>
+ <quote>+</quote>) may lead to problems with packages that
+ need to add their own flags. You may want to take a look
+ at the <filename role="pkg">devel/cpuflags</filename>
+ package if you're interested in optimization for the current
+ CPU. Setting <varname>USE_CPUFLAGS</varname> to yes in
+ &mk.conf; will cause pkgsrc to automatically use cpuflags.</para>
</sect2>
diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml
index 757ec735e96..e1f45d64387 100644
--- a/doc/guide/files/faq.xml
+++ b/doc/guide/files/faq.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: faq.xml,v 1.40 2008/03/04 02:39:37 jschauma Exp $ -->
+<!-- $NetBSD: faq.xml,v 1.41 2009/01/28 23:31:39 abs Exp $ -->
<chapter id="faq"> <?dbhtml filename="faq.html"?>
<title>Frequently Asked Questions</title>
@@ -144,9 +144,11 @@ with each package.</para>
</listitem>
<listitem>
- <para><filename role="pkg">devel/cpuflags</filename>: Determine the
- best compiler flags to optimise code for your current CPU and
- compiler.</para>
+ <para><filename role="pkg">devel/cpuflags</filename>: Determine
+ the best compiler flags to optimise code for your current
+ CPU and compiler. Setting <varname>USE_CPUFLAGS</varname> to
+ yes in &mk.conf; will cause pkgsrc to automatically use
+ cpuflags. </para>
</listitem>
</itemizedlist>