diff options
author | abs <abs@pkgsrc.org> | 2010-12-23 23:54:17 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-12-23 23:54:17 +0000 |
commit | cd4ad528c134277f02280f7c131cf22b6e25817e (patch) | |
tree | 27b6509b669a69b2d230e729d7557199f2142dba /doc/guide | |
parent | 5b2be6d5fd99fa22426e6c0b13fd9719b8472820 (diff) | |
download | pkgsrc-cd4ad528c134277f02280f7c131cf22b6e25817e.tar.gz |
remove outdated references to USE_CPUFLAGS
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/configuring.xml | 7 | ||||
-rw-r--r-- | doc/guide/files/faq.xml | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml index 4ba193e9eaf..6005a771329 100644 --- a/doc/guide/files/configuring.xml +++ b/doc/guide/files/configuring.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: configuring.xml,v 1.36 2009/07/24 19:16:27 joerg Exp $ --> +<!-- $NetBSD: configuring.xml,v 1.37 2010/12/23 23:54:17 abs Exp $ --> <chapter id="configuring"> <title>Configuring pkgsrc</title> @@ -291,9 +291,8 @@ CFLAGS+= -your -flags <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> + package if you're interested in optimization specifically + for the current CPU. </para> </sect2> diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml index a3fac3080a0..5901222beea 100644 --- a/doc/guide/files/faq.xml +++ b/doc/guide/files/faq.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: faq.xml,v 1.46 2010/03/18 10:56:18 wiz Exp $ --> +<!-- $NetBSD: faq.xml,v 1.47 2010/12/23 23:54:17 abs Exp $ --> <chapter id="faq"> <?dbhtml filename="faq.html"?> <title>Frequently Asked Questions</title> @@ -146,9 +146,7 @@ with each package.</para> <listitem> <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> + CPU and compiler. </para> </listitem> </itemizedlist> |