Source-Changes-HG archive

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

[src/trunk]: src/share/mk don't disable MKRUMP by default for ia64 as it can ...



details:   https://anonhg.NetBSD.org/src/rev/47e39413b38b
branches:  trunk
changeset: 448015:47e39413b38b
user:      scole <scole%NetBSD.org@localhost>
date:      Wed Jan 30 22:51:33 2019 +0000

description:
don't disable MKRUMP by default for ia64 as it can at least build now

diffstat:

 share/mk/bsd.own.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 4c4aa68696f7 -r 47e39413b38b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Jan 30 22:46:49 2019 +0000
+++ b/share/mk/bsd.own.mk       Wed Jan 30 22:51:33 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1096 2019/01/29 19:40:42 scole Exp $
+#      $NetBSD: bsd.own.mk,v 1.1097 2019/01/30 22:51:33 scole Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1105,11 +1105,6 @@
 # Exceptions to the above:
 #
 
-# Rump doesn't work yet on ia64
-.if ${MACHINE} == "ia64"
-MKRUMP=                no
-.endif
-
 # RUMP uses -nostdinc which coverity does not like
 # It also does not use many new files, so disable it
 .if defined(COVERITY_TOP_CONFIG)



Home | Main Index | Thread Index | Old Index