Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsdb vax vs gcc: fsdb.c loses. also build this with -O0.



details:   https://anonhg.NetBSD.org/src/rev/25bdfaeb55fd
branches:  trunk
changeset: 961303:25bdfaeb55fd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Apr 15 01:56:00 2021 +0000

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

diffstat:

 sbin/fsdb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 99f4538e9d65 -r 25bdfaeb55fd sbin/fsdb/Makefile
--- a/sbin/fsdb/Makefile        Thu Apr 15 01:55:21 2021 +0000
+++ b/sbin/fsdb/Makefile        Thu Apr 15 01:56:00 2021 +0000
@@ -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 @@
 .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}



Home | Main Index | Thread Index | Old Index