Module Name: src Committed By: christos Date: Sat Nov 9 16:01:58 UTC 2013
Modified Files: src/sbin/fsdb: Makefile Log Message: put instruction generation bug for the vax for 4.8 too To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sbin/fsdb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/fsdb/Makefile diff -u src/sbin/fsdb/Makefile:1.34 src/sbin/fsdb/Makefile:1.35 --- src/sbin/fsdb/Makefile:1.34 Fri Aug 10 08:20:11 2012 +++ src/sbin/fsdb/Makefile Sat Nov 9 11:01:58 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/08/10 12:20:11 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2013/11/09 16:01:58 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 .include <bsd.own.mk> @@ -42,6 +42,6 @@ COPTS.pass1.c+= -fno-tree-fre -fno-tree- .include <bsd.prog.mk> # XXX -.if defined(HAVE_GCC) && ${HAVE_GCC} == 45 && ${MACHINE_ARCH} == "vax" +.if defined(HAVE_GCC) && ${HAVE_GCC} >= 45 && ${MACHINE_ARCH} == "vax" COPTS.fsdb.c+= -O0 .endif