diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-09 19:45:30 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-09 19:45:30 +0000 |
commit | 925ad92fba8678b3e42f9b6ed7709d94268667f5 (patch) | |
tree | bbfea8c23b5a721d06fa1628b9f9cf16bf9da95a /sys | |
parent | 64674e06cc631c16970802239076f5bef9b3f753 (diff) |
Ceci n'est pas une pipe
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sun3/conf/Makefile.sun3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index c9da616e783..0fbe44e8894 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sun3,v 1.19 1997/03/02 19:27:40 kstailey Exp $ +# $OpenBSD: Makefile.sun3,v 1.20 1997/06/09 19:45:29 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 -fno-defer-pop -pipe +CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float -fno-defer-pop AFLAGS= -m68020 -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -N -Ttext 0E004000 -e start STRIPFLAGS= -d |