summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2001-03-07 11:05:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2001-03-07 11:05:17 +0000
commit03516eaf6d62ba0937ee798ae0f3c94665a18d98 (patch)
tree11c76aea20f1c1912e0015f75aa455075dbd2056 /etc
parent2b180efefe0da9dbb61b8fac9c97ea0ed0bdf843 (diff)
downloadsrc-test2-03516eaf6d62ba0937ee798ae0f3c94665a18d98.tar.gz
src-test2-03516eaf6d62ba0937ee798ae0f3c94665a18d98.zip
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf14
1 files changed, 5 insertions, 9 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 88e57acbe233..607c09fa2b26 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -26,15 +26,11 @@
# (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386
# Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4
#
-# WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
-#
-# It should also be noted that YOU SHOULD NOT SET CPUTYPE TO ANYTHING
-# unless you're absolutely 100% sure you know what you are doing! Some
-# things are known to break with -march=i686, for example, and simply
-# building the world and kernel with CPUTYPE set to something other than
-# the default (i386) is currently guaranteed to hurt you. You should
-# build things very selectively with CPUTYPE set and proceed only if they
-# still appear to work.
+# If you experience any problems after setting this flag, please unset
+# it again before submitting a bug report or attempting to modify code.
+# It may be that certain types of software will become unstable after being
+# compiled with processor-specific (or higher - see below) optimization flags.
+# If in doubt, do not set CPUTYPE or CFLAGS to non-default values.
#
#CPUTYPE=i686
#NO_CPU_CFLAGS= true # Don't add -march=<cpu> to CFLAGS automatically