add -fno-defer-pop to CFLAGS
authorkstailey <kstailey@openbsd.org>
Sun, 2 Mar 1997 19:27:40 +0000 (19:27 +0000)
committerkstailey <kstailey@openbsd.org>
Sun, 2 Mar 1997 19:27:40 +0000 (19:27 +0000)
sys/arch/sun3/conf/Makefile.sun3

index aceadbb..c9da616 100644 (file)
@@ -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