Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Delete walnut, add evbppc.



details:   https://anonhg.NetBSD.org/src/rev/a1bf8e1d88ef
branches:  trunk
changeset: 540300:a1bf8e1d88ef
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Dec 09 12:53:41 2002 +0000

description:
Delete walnut, add evbppc.
While I'm here, add sh5 and evbsh5.

diffstat:

 sys/arch/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 62c5128ea211 -r a1bf8e1d88ef sys/arch/Makefile
--- a/sys/arch/Makefile Mon Dec 09 12:51:54 2002 +0000
+++ b/sys/arch/Makefile Mon Dec 09 12:53:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2002/06/01 09:37:30 simonb Exp $
+#      $NetBSD: Makefile,v 1.23 2002/12/09 12:53:41 scw Exp $
 
 # For now, we install the machine and arch includes, and symlink 'machine'
 # to the location of the machine includes (usually).
@@ -29,7 +29,7 @@
 #      bebox \
 #      cats cesfic cobalt \
 #      dreamcast \
-#      evbarm evbmips evbsh3 \
+#      evbarm evbmips evbppc evbsh3 evbsh5 \
 #      hp300 hpc hpcarm hpcmips hpcsh \
 #      i386 \
 #      luna68k \
@@ -37,9 +37,8 @@
 #      netwinder news68k newsmips next68k \
 #      ofppc \
 #      pc532 playstation2 pmax powerpc prep \
-#      sandpoint sbmips sgimips sh3 shark sparc sparc64 sun2 sun3 sun68k \
+#      sandpoint sbmips sgimips sh3 sh5 shark sparc sparc64 sun2 sun3 sun68k \
 #      vax \
-#      walnut \
 #      x68k x86_64
 
 SYMLINKS= ${MACHINE} /usr/include/machine



Home | Main Index | Thread Index | Old Index