summaryrefslogtreecommitdiff
path: root/sbin/growfs
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-07-09 16:54:17 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-07-09 16:54:17 +0000
commit06a154af2a72305710f4f8ba5d842c6f423e9930 (patch)
treeeb1003ce004e0a4ac4af761e61ccc4f541d270c7 /sbin/growfs
parent1ca0ab2dd59e09dad217b378e6d61e14614a7b9f (diff)
disable specific gcc optimization that triggers the gcc bug
Diffstat (limited to 'sbin/growfs')
-rw-r--r--sbin/growfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index 6d3d94996ca..d982e5fbad5 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -2,7 +2,7 @@
#
# $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
# $FreeBSD: src/sbin/growfs/Makefile,v 1.4 2001/12/04 02:19:47 obrien Exp $
-# $OpenBSD: Makefile,v 1.5 2007/07/09 16:37:50 millert Exp $
+# $OpenBSD: Makefile,v 1.6 2007/07/09 16:54:16 millert Exp $
#
PROG= growfs
@@ -11,7 +11,7 @@ MAN= growfs.8
#CFLAGS+=-Wall
.if (${MACHINE_ARCH} == "m68k")
-CFLAGS+= -O1
+CFLAGS+= -fno-cse-skip-blocks
.endif
DPADD= ${LIBUTIL}