Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/boot/boot Revert hax to fix boot blocks for gcc...



details:   https://anonhg.NetBSD.org/src/rev/4cc07d26545a
branches:  trunk
changeset: 779261:4cc07d26545a
user:      abs <abs%NetBSD.org@localhost>
date:      Mon May 14 10:05:50 2012 +0000

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

diffstat:

 sys/arch/vax/boot/boot/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r e12723b4132e -r 4cc07d26545a sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Mon May 14 08:44:13 2012 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Mon May 14 10:05:50 2012 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index