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/d1a1da8a7ed4
branches: trunk
changeset: 378506:d1a1da8a7ed4
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 2704cd7d78d9 -r d1a1da8a7ed4 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 @@ 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}
Home |
Main Index |
Thread Index |
Old Index