From df15b745bfcacd922dbc66dd3c88fda8604cc4d7 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 8 Aug 2013 18:11:37 +0000 Subject: Remove an optimizer workaround for alpha/gcc2 although it was being applied for all archs. ok deraadt@ miod@ --- gnu/usr.sbin/mkhybrid/mkhybrid/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gnu/usr.sbin') 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} -- cgit v1.2.3