Module Name:    src
Committed By:   ragge
Date:           Mon Mar 19 17:29:09 UTC 2018

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

Log Message:
gcc 5.5 has no problem with -O2 on boot.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/sys/arch/vax/boot/boot/Makefile:1.46
--- src/sys/arch/vax/boot/boot/Makefile:1.45	Sat Apr  8 19:53:23 2017
+++ src/sys/arch/vax/boot/boot/Makefile	Mon Mar 19 17:29:08 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.45 2017/04/08 19:53:23 christos Exp $
+#	$NetBSD: Makefile,v 1.46 2018/03/19 17:29:08 ragge Exp $
 
 S=	${.CURDIR}/../../../..
 
@@ -17,8 +17,6 @@ LIBCRTBEGIN=
 LIBCRTEND=
 
 CLEANFILES+=${PROG} ${PROG}.sym
-# XXX - hack, doesn't work with -O2 and gcc 4.8
-CFLAGS+=-O1
 CPPFLAGS+=-DSUPPORT_BOOTPARAMS -DSUPPORT_BOOTP -DSUPPORT_DHCP -D_STANDALONE \
 	-DNO_MID_CHECK
 CPPFLAGS+=-DLIBSA_CREAD_NOCRC

Reply via email to