summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-09 22:13:04 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-09 22:13:04 +0000
commit6430efa0bcf9379b50ccaea0e1c2b2ea347ea212 (patch)
treeb440d25866e44eb185b9060418a4f25d95b314c7 /cnf
parentForce consistent color output, in case we are capturing fetch (diff)
downloadportage-idfetch-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.tar.gz
portage-idfetch-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.tar.bz2
portage-idfetch-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.zip
Bug #274497 - Misc spelling, grammar, and terminology fixes, including
URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf.amd64-fbsd.diff2
-rw-r--r--cnf/make.conf.amd64.diff2
-rw-r--r--cnf/make.conf.x86-fbsd.diff2
-rw-r--r--cnf/make.conf.x86.diff2
4 files changed, 4 insertions, 4 deletions
diff --git a/cnf/make.conf.amd64-fbsd.diff b/cnf/make.conf.amd64-fbsd.diff
index 1ad4854f..aa07d065 100644
--- a/cnf/make.conf.amd64-fbsd.diff
+++ b/cnf/make.conf.amd64-fbsd.diff
@@ -37,7 +37,7 @@
+#
+# CRITICAL WARNINGS: ****************************************************** #
+# K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. #
-+# Pentium-M CPU's should not enable sse2 until at least gcc-3.4. Bug 50616. #
++# Pentium-M CPUs should not enable sse2 until at least gcc-3.4. Bug 50616. #
+# GCC 3.3 doesnt support an amd64 specific -march setting, use 3.4. #
+# ************************************************************************* #
#
diff --git a/cnf/make.conf.amd64.diff b/cnf/make.conf.amd64.diff
index 397e8cb3..b4a93fe2 100644
--- a/cnf/make.conf.amd64.diff
+++ b/cnf/make.conf.amd64.diff
@@ -37,7 +37,7 @@
+#
+# CRITICAL WARNINGS: ****************************************************** #
+# K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. #
-+# Pentium-M CPU's should not enable sse2 until at least gcc-3.4. Bug 50616. #
++# Pentium-M CPUs should not enable sse2 until at least gcc-3.4. Bug 50616. #
+# GCC 3.3 doesnt support an amd64 specific -march setting, use 3.4. #
+# ************************************************************************* #
#
diff --git a/cnf/make.conf.x86-fbsd.diff b/cnf/make.conf.x86-fbsd.diff
index 1a49edc6..9fec4f17 100644
--- a/cnf/make.conf.x86-fbsd.diff
+++ b/cnf/make.conf.x86-fbsd.diff
@@ -43,7 +43,7 @@
+#
+# CRITICAL WARNINGS: ****************************************************** #
+# K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. #
-+# Pentium-M CPU's should not enable sse2 until at least gcc-3.4. Bug 50616. #
++# Pentium-M CPUs should not enable sse2 until at least gcc-3.4. Bug 50616. #
+# ************************************************************************* #
#
+# Decent examples:
diff --git a/cnf/make.conf.x86.diff b/cnf/make.conf.x86.diff
index 3e9594ab..f9084511 100644
--- a/cnf/make.conf.x86.diff
+++ b/cnf/make.conf.x86.diff
@@ -73,7 +73,7 @@
+#
+# CRITICAL WARNINGS: ****************************************************** #
+# K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. #
-+# Pentium-M CPU's should not enable sse2 until at least gcc-3.4. Bug 50616. #
++# Pentium-M CPUs should not enable sse2 until at least gcc-3.4. Bug 50616. #
+# ************************************************************************* #
+#
+# NOTE: the -On optimization levels are set with the letter O, not -0 (zero).