Module Name:    src
Committed By:   mrg
Date:           Thu Apr 15 01:56:00 UTC 2021

Modified Files:
        src/sbin/fsdb: Makefile

Log Message:
vax vs gcc:  fsdb.c loses.  also build this with -O0.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 src/sbin/fsdb/Makefile:1.41
--- src/sbin/fsdb/Makefile:1.40	Sun Sep  6 07:20:27 2020
+++ src/sbin/fsdb/Makefile	Thu Apr 15 01:56:00 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.40 2020/09/06 07:20:27 mrg Exp $
+#	$NetBSD: Makefile,v 1.41 2021/04/15 01:56:00 mrg Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
 
 .include <bsd.own.mk>
@@ -42,6 +42,7 @@ COPTS.pass1.c+=	-fno-tree-fre -fno-tree-
 .if ${MACHINE_ARCH} == "vax"
 COPTS.pass1.c+=	-O0
 COPTS.inode.c+=	-O0
+COPTS.fsdb.c+=	-O0
 .endif
 
 CWARNFLAGS.gcc+=	${GCC_NO_ADDR_OF_PACKED_MEMBER}

Reply via email to