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/bd11599e4f7c
branches: trunk
changeset: 996390:bd11599e4f7c
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 48ed7963b499 -r bd11599e4f7c 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