From 4a1bed68076097d110ea5d110075a3abdcc13874 Mon Sep 17 00:00:00 2001 From: Adam David Date: Wed, 15 Jun 1994 20:24:16 +0000 Subject: [PATCH] added comments for how to use CCFPU and MDEC_OPT --- etc/defaults/make.conf | 15 ++++++++++++++- etc/make.conf | 15 ++++++++++++++- share/examples/etc/make.conf | 15 ++++++++++++++- 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index ba36ccbe844..f699579c9ed 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.4 1994/06/09 11:13:52 ache Exp $ +# $Id: make.conf,v 1.5 1994/06/14 11:46:52 ache 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 @@ -43,3 +43,16 @@ # Set this to "ascii" for simple printers or screen # #PRINTER= ps +# +# +# Options to pass to make for building the bootblocks +# +#MDEC_OPT= BOOTWAIT=0 +#MDEC_OPT= BOOTWAIT=640000 +# +# +# Allow 'cc' to generate all FPU codes. Do not use this if you intend to +# generate code to run on machines with broken FPU emulator. Beware, this +# is a compile-time static option to 'cc'. +# +#CCFPU= yes diff --git a/etc/make.conf b/etc/make.conf index ba36ccbe844..f699579c9ed 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.4 1994/06/09 11:13:52 ache Exp $ +# $Id: make.conf,v 1.5 1994/06/14 11:46:52 ache 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 @@ -43,3 +43,16 @@ # Set this to "ascii" for simple printers or screen # #PRINTER= ps +# +# +# Options to pass to make for building the bootblocks +# +#MDEC_OPT= BOOTWAIT=0 +#MDEC_OPT= BOOTWAIT=640000 +# +# +# Allow 'cc' to generate all FPU codes. Do not use this if you intend to +# generate code to run on machines with broken FPU emulator. Beware, this +# is a compile-time static option to 'cc'. +# +#CCFPU= yes diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index ba36ccbe844..f699579c9ed 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.4 1994/06/09 11:13:52 ache Exp $ +# $Id: make.conf,v 1.5 1994/06/14 11:46:52 ache 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 @@ -43,3 +43,16 @@ # Set this to "ascii" for simple printers or screen # #PRINTER= ps +# +# +# Options to pass to make for building the bootblocks +# +#MDEC_OPT= BOOTWAIT=0 +#MDEC_OPT= BOOTWAIT=640000 +# +# +# Allow 'cc' to generate all FPU codes. Do not use this if you intend to +# generate code to run on machines with broken FPU emulator. Beware, this +# is a compile-time static option to 'cc'. +# +#CCFPU= yes