aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-06-14 11:46:52 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-06-14 11:46:52 +0000
commitc4a6b5c74b1a156a01ac6984db9437f53b1a840b (patch)
tree05e0ae87ddb59524fab3636f46b224e194f66f98 /etc
parentafd4f2eb3b102510c2d003f585baff8618ab830a (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf3
-rw-r--r--etc/make.conf3
2 files changed, 2 insertions, 4 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 16188cedf711..ba36ccbe844d 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.3 1994/06/09 08:32:58 ache Exp $
+# $Id: make.conf,v 1.4 1994/06/09 11:13: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
@@ -14,7 +14,6 @@
#CFLAGS= -O -m486 -pipe
# A lot of people report that -O2 works fine, but there are known
# bugs in gcc. -pipe will almost always speed up compilation.
-#CXXFLAGS= -O -m486 -pipe
#
#
# Another useful entry could be:
diff --git a/etc/make.conf b/etc/make.conf
index 16188cedf711..ba36ccbe844d 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.3 1994/06/09 08:32:58 ache Exp $
+# $Id: make.conf,v 1.4 1994/06/09 11:13: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
@@ -14,7 +14,6 @@
#CFLAGS= -O -m486 -pipe
# A lot of people report that -O2 works fine, but there are known
# bugs in gcc. -pipe will almost always speed up compilation.
-#CXXFLAGS= -O -m486 -pipe
#
#
# Another useful entry could be: