summaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1998-05-29 04:34:21 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1998-05-29 04:34:21 +0000
commita5ebd6227863196eaeb180f7fca4af5b07516c16 (patch)
tree075bb2eb562dcf6ce07d4bc32a98b5a916f363e1 /bin/dd
parent99ae2e3548cf67d8bb906a0a19d456a61bc030bc (diff)
gcc 2.8.X.X fixed this bug, back to a sane Makefile.
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile
index e8bb47e2e3d..98dcccf37e6 100644
--- a/bin/dd/Makefile
+++ b/bin/dd/Makefile
@@ -1,12 +1,6 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/21 11:34:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 1998/05/29 04:34:20 rahnds Exp $
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
-.ifdef (${MACHINE} == "powerpc")
-# powerpc compiler has a but that coredumps when compiling code
-# with 64 bit math and optimization.
-CFLAGS+= -O0
-.endif
-
.include <bsd.prog.mk>