summaryrefslogtreecommitdiff
path: root/sbin/dump
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2013-01-06 21:59:29 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2013-01-06 21:59:29 +0000
commit03517a7bc54377f30b44f30d5be1f423f9a7c2b7 (patch)
treee00b1e8f5144b094b177c52a26d78d2eecec4302 /sbin/dump
parent3eda7c4c0ccbe1ea6f023620d96e9f6a86449203 (diff)
The sparc optimization bug is believed to be fixed. OK naddy@.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index bb4980340f0..829b5ba39da 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2001/04/10 20:52:10 naddy Exp $
+# $OpenBSD: Makefile,v 1.11 2013/01/06 21:59:28 martynas Exp $
# dump.h header file
# itime.c reads /etc/dumpdates
@@ -18,8 +18,4 @@ SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c
MAN= dump.8
MLINKS+=dump.8 rdump.8
-.if (${MACHINE_ARCH} == "sparc")
-CFLAGS+= -O0
-.endif
-
.include <bsd.prog.mk>