summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-11-27 14:26:16 +0000
committerdg <dg@FreeBSD.org>1994-11-27 14:26:16 +0000
commitcf8ec251cce7f687e99d3b978639a996875a9d7b (patch)
treeb0c55309a3726035c907bdc4c53c348caa1c33fd /sys
parentfa9f59677033c1667a1267d223ca900623446f93 (diff)
downloadFreeBSD-src-cf8ec251cce7f687e99d3b978639a996875a9d7b.zip
FreeBSD-src-cf8ec251cce7f687e99d3b978639a996875a9d7b.tar.gz
Go back to -O optimization...Bruce's arguments against -O2 are convincing
enough for me.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
-rw-r--r--sys/i386/conf/Makefile.i3864
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index a48cde2..d5f0657 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.49 1994/11/15 14:43:45 bde Exp $
+# $Id: Makefile.i386,v 1.50 1994/11/24 14:26:11 davidg Exp $
#
# Makefile for FreeBSD
#
@@ -41,7 +41,7 @@ CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls
# When working on removing warnings from code, the `-Werror' flag should be
# of material assistance.
#
-COPTFLAGS?=-O2
+COPTFLAGS?=-O
INCLUDES= -I. -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS}
ASFLAGS=
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index a48cde2..d5f0657 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.49 1994/11/15 14:43:45 bde Exp $
+# $Id: Makefile.i386,v 1.50 1994/11/24 14:26:11 davidg Exp $
#
# Makefile for FreeBSD
#
@@ -41,7 +41,7 @@ CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls
# When working on removing warnings from code, the `-Werror' flag should be
# of material assistance.
#
-COPTFLAGS?=-O2
+COPTFLAGS?=-O
INCLUDES= -I. -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS}
ASFLAGS=
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index a48cde2..d5f0657 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.49 1994/11/15 14:43:45 bde Exp $
+# $Id: Makefile.i386,v 1.50 1994/11/24 14:26:11 davidg Exp $
#
# Makefile for FreeBSD
#
@@ -41,7 +41,7 @@ CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls
# When working on removing warnings from code, the `-Werror' flag should be
# of material assistance.
#
-COPTFLAGS?=-O2
+COPTFLAGS?=-O
INCLUDES= -I. -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS}
ASFLAGS=
OpenPOWER on IntegriCloud