Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/nvi/usr.bin/nvi Remove no longer needed workaro...



details:   https://anonhg.NetBSD.org/src/rev/99bce6f0206f
branches:  trunk
changeset: 930713:99bce6f0206f
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Apr 12 17:28:57 2020 +0000

description:
Remove no longer needed workaround for PR/54656.

diffstat:

 external/bsd/nvi/usr.bin/nvi/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r e2d3ac82dd08 -r 99bce6f0206f external/bsd/nvi/usr.bin/nvi/Makefile
--- a/external/bsd/nvi/usr.bin/nvi/Makefile     Sun Apr 12 17:13:29 2020 +0000
+++ b/external/bsd/nvi/usr.bin/nvi/Makefile     Sun Apr 12 17:28:57 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2019/10/29 21:14:37 christos Exp $
+#      $NetBSD: Makefile,v 1.21 2020/04/12 17:28:57 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -114,10 +114,6 @@
 #      ${_MKTARGET_CREATE}
 #      ${TOOL_PERL} -n ${.ALLSRC} > ${.TARGET}
 
-.if ${MACHINE_ARCH} == "aarch64"
-COPTS.ex_filter.c+=-O0
-.endif
-
 
 .include "${.CURDIR}/../../Makefile.inc"
 



Home | Main Index | Thread Index | Old Index