Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/fs/lib/liblfs elide vax compiler bug.



details:   https://anonhg.NetBSD.org/src/rev/d3bf8dfdf221
branches:  trunk
changeset: 344354:d3bf8dfdf221
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 23 21:38:51 2016 +0000

description:
elide vax compiler bug.

diffstat:

 sys/rump/fs/lib/liblfs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 872c53cc4fb5 -r d3bf8dfdf221 sys/rump/fs/lib/liblfs/Makefile
--- a/sys/rump/fs/lib/liblfs/Makefile   Wed Mar 23 21:24:52 2016 +0000
+++ b/sys/rump/fs/lib/liblfs/Makefile   Wed Mar 23 21:38:51 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2015/10/19 16:16:36 pooka Exp $
+#      $NetBSD: Makefile,v 1.14 2016/03/23 21:38:51 christos Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../ufs/lfs
@@ -17,6 +17,9 @@
 
 
 CFLAGS+=        -DLFS_KERNEL_RFW
+.if ${MACHINE_ARCH} == "vax"
+COPTS.lfs_inode.c+=-O0
+.endif
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index