Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Revert apparently accidental commit.



details:   https://anonhg.NetBSD.org/src/rev/dbed97e3ae06
branches:  trunk
changeset: 501932:dbed97e3ae06
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Jan 09 12:03:15 2001 +0000

description:
Revert apparently accidental commit.

diffstat:

 sys/arch/i386/conf/Makefile.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 252916cb532e -r dbed97e3ae06 sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Tue Jan 09 11:39:35 2001 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Tue Jan 09 12:03:15 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.i386,v 1.109 2001/01/08 21:46:36 martin Exp $
+#      $NetBSD: Makefile.i386,v 1.110 2001/01/09 12:03:15 fvdl Exp $
 
 # Makefile for NetBSD
 #
@@ -30,7 +30,7 @@
 STRIP?=        strip
 TSORT?=        tsort -q
 
-COPTS?=        -O2 -march=i686 -pipe
+COPTS?=        -O2
 
 # source tree is located via $S relative to the compilation directory
 .ifndef S



Home | Main Index | Thread Index | Old Index