summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2013-08-08 18:11:37 +0000
committerBrad Smith <brad@cvs.openbsd.org>2013-08-08 18:11:37 +0000
commitdf15b745bfcacd922dbc66dd3c88fda8604cc4d7 (patch)
tree857afb24b868edde951b97216fd7856c130d8a8e /gnu/usr.sbin
parentcb21ca636315e3f0e49fc7e2271597e073035fbe (diff)
Remove an optimizer workaround for alpha/gcc2 although it was being
applied for all archs. ok deraadt@ miod@
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/mkhybrid/mkhybrid/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.sbin/mkhybrid/mkhybrid/Makefile b/gnu/usr.sbin/mkhybrid/mkhybrid/Makefile
index a58965d9ebf..8412d35df26 100644
--- a/gnu/usr.sbin/mkhybrid/mkhybrid/Makefile
+++ b/gnu/usr.sbin/mkhybrid/mkhybrid/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2011/06/23 22:46:12 schwarze Exp $
+# $OpenBSD: Makefile,v 1.6 2013/08/08 18:11:36 brad Exp $
# NOTE: The mkhybrid distrib also makes an "mkisofs" which is the same binary
# linked. When we know mkhybrid makes distrib CDs ok we should modify this
@@ -21,10 +21,6 @@ CFLAGS+=-DSYSTEM_ID_DEFAULT=\"OpenBSD\" -DAPPLE_HYB -DVANILLA_AUTOCONF \
-I${.CURDIR}/../src/libhfs_iso \
-I${.CURDIR}/../src/libfile
-# XXX: alpha gcc bug
-write.o: write.c
- ${CC} ${CFLAGS} -O0 -c ${.CURDIR}/../src/write.c
-
mkhybrid.8: mkhybrid.8tbl
cp ${.ALLSRC} ${.TARGET}