aboutsummaryrefslogtreecommitdiff
path: root/etc/make.conf
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-07-13 08:43:14 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-07-13 08:43:14 +0000
commit33d23de425a671d60d42d6e7c1a0632c6e795fa7 (patch)
treeb099ab3cb1473b1d641b17e8783daa62aa791ff1 /etc/make.conf
parentc7e5c6a84354b5a164647529d19ce021212b4c20 (diff)
downloadsrc-33d23de425a671d60d42d6e7c1a0632c6e795fa7.tar.gz
src-33d23de425a671d60d42d6e7c1a0632c6e795fa7.zip
Remove CCFPU, it is no longer used any place in the source tree.
Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
Notes
Notes: svn path=/head/; revision=9506
Diffstat (limited to 'etc/make.conf')
-rw-r--r--etc/make.conf9
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/make.conf b/etc/make.conf
index 3d4f5f52b984..a67f27e5b4d5 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.16 1995/03/21 02:55:33 phk Exp $
+# $Id: make.conf,v 1.17 1995/04/23 13:03:24 jkh 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
@@ -53,13 +53,6 @@
#BOOTWAIT=30000
#
#
-# 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
-#
-#
# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
# If you have a XFree86 from before 3.0 you want to uncomment this.
#