Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/fsdb put instruction generation bug for the vax for 4.8...
details: https://anonhg.NetBSD.org/src/rev/c3d31a742397
branches: trunk
changeset: 791228:c3d31a742397
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 09 16:01:58 2013 +0000
description:
put instruction generation bug for the vax for 4.8 too
diffstat:
sbin/fsdb/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 63350b46e43d -r c3d31a742397 sbin/fsdb/Makefile
--- a/sbin/fsdb/Makefile Sat Nov 09 15:57:15 2013 +0000
+++ b/sbin/fsdb/Makefile Sat Nov 09 16:01:58 2013 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index