Module Name:    src
Committed By:   abs
Date:           Mon May 14 10:05:51 UTC 2012

Modified Files:
        src/sys/arch/vax/boot/boot: Makefile

Log Message:
Revert hax to fix boot blocks for gcc 4.5, accudently committed in last


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/vax/boot/boot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/boot/boot/Makefile
diff -u src/sys/arch/vax/boot/boot/Makefile:1.39 src/sys/arch/vax/boot/boot/Makefile:1.40
--- src/sys/arch/vax/boot/boot/Makefile:1.39	Mon May 14 08:44:13 2012
+++ src/sys/arch/vax/boot/boot/Makefile	Mon May 14 10:05:50 2012
@@ -1,12 +1,9 @@
-#	$NetBSD: Makefile,v 1.39 2012/05/14 08:44:13 abs Exp $
+#	$NetBSD: Makefile,v 1.40 2012/05/14 10:05:50 abs Exp $
 
 S=	${.CURDIR}/../../../..
 
 .include <bsd.own.mk>
 
-COPTS.boot.c = -O2 -fno-reorder-blocks
-COPTS.devopen.c = -O2 -fno-reorder-blocks
-
 PROG=	boot
 DEVS=	hp.c ctu.c ra.c mfm.c if_qe.c if_le.c if_ze.c if_de.c if_ni.c
 SRCS=	srt0.S boot.c devopen.c conf.c autoconf.c netio.c rom.c romread.S \

Reply via email to