Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk GCC3:
details: https://anonhg.NetBSD.org/src/rev/5634ea0c8bac
branches: trunk
changeset: 554435:5634ea0c8bac
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Oct 28 07:22:55 2003 +0000
description:
GCC3:
- move m68000 into "mostly working" section
GDB53:
- move m68000 & armeb into "in progress" section
- enable sh3eb
diffstat:
share/mk/bsd.own.mk | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (47 lines):
diff -r c77ff76a32a9 -r 5634ea0c8bac share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Oct 28 07:09:03 2003 +0000
+++ b/share/mk/bsd.own.mk Tue Oct 28 07:22:55 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.386 2003/10/28 07:09:03 simonb Exp $
+# $NetBSD: bsd.own.mk,v 1.387 2003/10/28 07:22:55 mrg Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -33,11 +33,11 @@
#
# not working:
#
-# ${MACHINE_ARCH} == "m68000" ||
# ${MACHINE_ARCH} == "sh3eb" ||
# ${MACHINE_ARCH} == "vax" ||
# mostly working:
# ${MACHINE_ARCH} == "sh3el" ||
+# ${MACHINE_ARCH} == "m68000" ||
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "armeb" || \
@@ -65,12 +65,11 @@
# Transitional for toolchain upgrade to GDB5.3
#
# not ported:
-# ${MACHINE_ARCH} == "armeb"
-# ${MACHINE_ARCH} == "hppa"
-# ${MACHINE_ARCH} == "m68000"
-# ${MACHINE_ARCH} == "sh3eb"
+# ${MACHINE_ARCH} == "hppa" ||
# in progress:
-# ${MACHINE_ARCH} == "arm"
+# ${MACHINE_ARCH} == "arm" ||
+# ${MACHINE_ARCH} == "armeb" ||
+# ${MACHINE_ARCH} == "m68000" ||
# working:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "i386" || \
@@ -78,6 +77,7 @@
${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "sh3eb" || \
${MACHINE_ARCH} == "sh3el" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \
Home |
Main Index |
Thread Index |
Old Index