Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch the MIPS ports to the new-toolchain.
details: https://anonhg.NetBSD.org/src/rev/3cba55e5c10e
branches: trunk
changeset: 520171:3cba55e5c10e
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jan 04 06:23:41 2002 +0000
description:
Switch the MIPS ports to the new-toolchain.
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 3fa33211d3ac -r 3cba55e5c10e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Jan 04 06:19:31 2002 +0000
+++ b/share/mk/bsd.own.mk Fri Jan 04 06:23:41 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.248 2002/01/03 22:45:26 tv Exp $
+# $NetBSD: bsd.own.mk,v 1.249 2002/01/04 06:23:41 thorpej Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -18,6 +18,7 @@
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \
@@ -268,7 +269,7 @@
#
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "arm" || \
- ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
+ ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \
Home |
Main Index |
Thread Index |
Old Index