summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-11-15 14:03:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-11-15 14:03:07 +0000
commit06b6b987226b1bb6783edd277a0daa5b72a88f06 (patch)
treedb734c3bd1e40a591f79414c254bf23da6f82771 /sys/arch/mvmeppc
parent6cf13c4c2790fab3f36ca7429dd8710f4d4ab34a (diff)
Get rid of some old debug stuff.
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r--sys/arch/mvmeppc/stand/bugcrt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/stand/bugcrt/Makefile b/sys/arch/mvmeppc/stand/bugcrt/Makefile
index 4ebcfc372ae..a34e296d768 100644
--- a/sys/arch/mvmeppc/stand/bugcrt/Makefile
+++ b/sys/arch/mvmeppc/stand/bugcrt/Makefile
@@ -1,18 +1,18 @@
-# $OpenBSD: Makefile,v 1.1 2001/06/26 21:58:02 smurph Exp $
+# $OpenBSD: Makefile,v 1.2 2004/11/15 14:03:06 miod Exp $
#
# DO NOT OPTMIZE bugcrt (i.e. no "-O2")
#
S=${.CURDIR}/../../../..
CFLAGS=-I${.CURDIR}/../../include -I${.CURDIR}/../libbug -I${S}/lib/libsa \
- -fomit-frame-pointer -save-temps
+ -fomit-frame-pointer
STAGE1_CFLAGS=-DSTACK_ASM_OP="\".long ${STAGE1_RELOC}\"" -DSTAGE1
STAGE2_CFLAGS=-DSTACK_ASM_OP="\".long ${STAGE2_RELOC}\""
SINGLE_CFLAGS=-DSTACK_ASM_OP="\".long ${STAGE2_RELOC}\"" -DSTAGE1
SRCS=crt.c
OBJS=stage1crt.o stage2crt.o singlecrt.o
-CLEANFILES+=a.out ${OBJS} *.i *.s
+CLEANFILES+=a.out ${OBJS}
all: ${OBJS}