From 81b9255134d413f4bae7a098c8d1961613dcd348 Mon Sep 17 00:00:00 2001 From: kstailey Date: Sun, 2 Mar 1997 19:27:40 +0000 Subject: [PATCH] add -fno-defer-pop to CFLAGS --- sys/arch/sun3/conf/Makefile.sun3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index aceadbb39c6..c9da616e783 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sun3,v 1.18 1997/02/22 19:36:05 kstailey Exp $ +# $OpenBSD: Makefile.sun3,v 1.19 1997/03/02 19:27:40 kstailey Exp $ # $NetBSD: Makefile.sun3,v 1.51 1996/09/09 21:07:08 mycroft Exp $ # Makefile for OpenBSD @@ -41,7 +41,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes \ -Wno-format -Wno-uninitialized \ # -Wmissing-prototypes -CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float -pipe +CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float -fno-defer-pop -pipe AFLAGS= -m68020 -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -N -Ttext 0E004000 -e start STRIPFLAGS= -d -- 2.20.1