Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/compat mips[bl]e -> mipse[bl]
details: https://anonhg.NetBSD.org/src/rev/f399186bfd19
branches: trunk
changeset: 503500:f399186bfd19
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Feb 07 13:54:13 2001 +0000
description:
mips[bl]e -> mipse[bl]
XXX: Is it worth to build ultrix module on mipseb?
diffstat:
sys/lkm/compat/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c2e68b3c561b -r f399186bfd19 sys/lkm/compat/Makefile
--- a/sys/lkm/compat/Makefile Wed Feb 07 13:46:04 2001 +0000
+++ b/sys/lkm/compat/Makefile Wed Feb 07 13:54:13 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/07 13:34:17 mrg Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/07 13:54:13 tsutsui Exp $
# XXX for now, only Linux on i386 was actually tested, others might
# need further work; compile stuff on everything, but only install
@@ -25,7 +25,7 @@
SUBDIR+= aoutm68k linux sunos svr4
.endif
-.if (${MACHINE_ARCH} == "mipsle" || ${MACHINE_ARCH} == "mipsbe")
+.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
SUBDIR+= ultrix
.endif
Home |
Main Index |
Thread Index |
Old Index