summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2000-11-19 20:12:06 +0000
committerDoug Barton <dougb@FreeBSD.org>2000-11-19 20:12:06 +0000
commit09980f4348fbf533e373eea5b3823f6896390d8f (patch)
tree3e8cfe91adf375124dc72cc9980337d6ea033176
parent927af2dc65cfa6b0c60721b125023b02605a2329 (diff)
Notes
-rw-r--r--etc/defaults/make.conf6
-rw-r--r--share/examples/etc/make.conf6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index bf2918a2677b..7002cf1f3e2c 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -10,9 +10,9 @@
# documentation of the source tree.
#
# CFLAGS controls the compiler settings used when compiling C code.
-# Note that optimisation settings above -O (-O2, ...) are not recommended
+# Note that optimization settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
-# nonstandard optimisation settings to "-O" before submitting bug reports
+# nonstandard optimization settings to "-O" before submitting bug reports
# to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
# CODE on the Alpha platform.
@@ -35,7 +35,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#
-# To compile just the kernel with special optimisations, you should use
+# To compile just the kernel with special optimizations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway).
# There is very little to gain by using higher optimization levels, and doing
# so can cause problems.
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index bf2918a2677b..7002cf1f3e2c 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -10,9 +10,9 @@
# documentation of the source tree.
#
# CFLAGS controls the compiler settings used when compiling C code.
-# Note that optimisation settings above -O (-O2, ...) are not recommended
+# Note that optimization settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
-# nonstandard optimisation settings to "-O" before submitting bug reports
+# nonstandard optimization settings to "-O" before submitting bug reports
# to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
# CODE on the Alpha platform.
@@ -35,7 +35,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#
-# To compile just the kernel with special optimisations, you should use
+# To compile just the kernel with special optimizations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway).
# There is very little to gain by using higher optimization levels, and doing
# so can cause problems.