summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-09-17 21:08:14 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-09-17 21:08:14 +0000
commitd29be38fca7bb788d9e1d5e8787ba981123a6b18 (patch)
tree02f919789456a9ab53f7eb439bbc3c8cb460f49d /sys/arch
parente2231ec21c870162fda38fc0fe42d4ae9396c6bc (diff)
Use -mcpu=supersparc instead of deprecated -mv8; Hans-Guenter Weigand <hgweigand@wiesbaden.netsurf.de>.
note: -mno-fpu is still in there as it isn't hurting anything and is safer
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/conf/Makefile.sparc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc
index 169b597c08c..61b7c674bd6 100644
--- a/sys/arch/sparc/conf/Makefile.sparc
+++ b/sys/arch/sparc/conf/Makefile.sparc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sparc,v 1.16 1998/08/20 02:03:15 jason Exp $
+# $OpenBSD: Makefile.sparc,v 1.17 1998/09/17 21:08:13 jason Exp $
# $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $
# Makefile for OpenBSD
@@ -43,7 +43,7 @@ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main
.if ${IDENT:M-DSUN*} == ${IDENT:M-DSUN4M}
-CMACHFLAGS= -mv8
+CMACHFLAGS= -mcpu=supersparc
.else
CMACHFLAGS=
.endif