Source-Changes-HG archive

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

[src/trunk]: src/sbin inode.c needs -O0 for vax



details:   https://anonhg.NetBSD.org/src/rev/d79afc2a9ddf
branches:  trunk
changeset: 460624:d79afc2a9ddf
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 28 22:52:43 2019 +0000

description:
inode.c needs -O0 for vax

diffstat:

 sbin/fsck_ffs/Makefile.common |  3 ++-
 sbin/fsdb/Makefile            |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 9e5ffac6346d -r d79afc2a9ddf sbin/fsck_ffs/Makefile.common
--- a/sbin/fsck_ffs/Makefile.common     Mon Oct 28 22:26:05 2019 +0000
+++ b/sbin/fsck_ffs/Makefile.common     Mon Oct 28 22:52:43 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.1 2017/02/08 16:11:40 rin Exp $
+#      $NetBSD: Makefile.common,v 1.2 2019/10/28 22:52:43 christos Exp $
 #      @(#)Makefile    8.2 (Berkeley) 4/27/95
 
 # shared stuff with src/distrib/utils/x_newfs for install media.
@@ -38,4 +38,5 @@
 .endif
 .if ${MACHINE_ARCH} == "vax"
 COPTS.pass1.c+=        -O0
+COPTS.inode.c+=        -O0
 .endif
diff -r 9e5ffac6346d -r d79afc2a9ddf sbin/fsdb/Makefile
--- a/sbin/fsdb/Makefile        Mon Oct 28 22:26:05 2019 +0000
+++ b/sbin/fsdb/Makefile        Mon Oct 28 22:52:43 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.38 2016/03/23 21:43:33 christos Exp $
+#      $NetBSD: Makefile,v 1.39 2019/10/28 22:52:43 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 .include <bsd.own.mk>
@@ -41,6 +41,7 @@
 
 .if ${MACHINE_ARCH} == "vax"
 COPTS.pass1.c+=        -O0
+COPTS.inode.c+=        -O0
 .endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index