From d29be38fca7bb788d9e1d5e8787ba981123a6b18 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Thu, 17 Sep 1998 21:08:14 +0000 Subject: Use -mcpu=supersparc instead of deprecated -mv8; Hans-Guenter Weigand . note: -mno-fpu is still in there as it isn't hurting anything and is safer --- sys/arch/sparc/conf/Makefile.sparc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc') 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 -- cgit v1.2.3