By popular request, change the default suggested value for CFLAGS

and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just
for userland.
This commit is contained in:
Jordan K. Hubbard 1997-09-10 13:35:33 +00:00
parent e0b78e19f2
commit da11a1b3b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29281
3 changed files with 12 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.48 1997/05/03 19:58:39 andreas Exp $
# $Id: make.conf,v 1.49 1997/06/09 05:38:41 bde Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -11,7 +11,7 @@
#
# One, and probably the most common, use could be:
#
#CFLAGS= -O2 -m486 -pipe
#CFLAGS= -O -pipe
#
# Another useful entry is
#
@ -22,7 +22,8 @@
# (they aren't needed/necessary)
#OBJLINK= yes
#
# To compile the kernel with special optimisations, you can use this:
# To compile just the kernel with special optimisations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway):
#
#COPTFLAGS= -O -pipe
#

View file

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.48 1997/05/03 19:58:39 andreas Exp $
# $Id: make.conf,v 1.49 1997/06/09 05:38:41 bde Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -11,7 +11,7 @@
#
# One, and probably the most common, use could be:
#
#CFLAGS= -O2 -m486 -pipe
#CFLAGS= -O -pipe
#
# Another useful entry is
#
@ -22,7 +22,8 @@
# (they aren't needed/necessary)
#OBJLINK= yes
#
# To compile the kernel with special optimisations, you can use this:
# To compile just the kernel with special optimisations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway):
#
#COPTFLAGS= -O -pipe
#

View file

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.48 1997/05/03 19:58:39 andreas Exp $
# $Id: make.conf,v 1.49 1997/06/09 05:38:41 bde Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -11,7 +11,7 @@
#
# One, and probably the most common, use could be:
#
#CFLAGS= -O2 -m486 -pipe
#CFLAGS= -O -pipe
#
# Another useful entry is
#
@ -22,7 +22,8 @@
# (they aren't needed/necessary)
#OBJLINK= yes
#
# To compile the kernel with special optimisations, you can use this:
# To compile just the kernel with special optimisations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway):
#
#COPTFLAGS= -O -pipe
#