Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Fix SUBDIR commit



details:   https://anonhg.NetBSD.org/src/rev/8cdec833bc84
branches:  trunk
changeset: 331985:8cdec833bc84
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Sep 03 19:27:53 2014 +0000

description:
Fix SUBDIR commit

diffstat:

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

diffs (27 lines):

diff -r ac651528d6a8 -r 8cdec833bc84 sys/arch/Makefile
--- a/sys/arch/Makefile Wed Sep 03 19:27:21 2014 +0000
+++ b/sys/arch/Makefile Wed Sep 03 19:27:53 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.44 2014/08/10 05:57:31 matt Exp $
+#      $NetBSD: Makefile,v 1.45 2014/09/03 19:27:53 matt Exp $
 
 # For now, we install the machine and arch includes, and symlink 'machine'
 # to the location of the machine includes (usually).
@@ -45,7 +45,7 @@
 SUBDIR+= xen
 .endif
 
-#SUBDIR=acorn26 acorn32 algor alpha amiga amigappc arm arc atari \
+#SUBDIR=aarch64 acorn26 acorn32 algor alpha amiga amigappc arm arc atari \
 #      bebox \
 #      cats cesfic cobalt \
 #      dreamcast \
@@ -55,7 +55,7 @@
 #      luna68k \
 #      m68k mac68k macppc mips mipsco mmeye mvme68k \
 #      netwinder news68k newsmips next68k \
-#      ofppc \
+#      ofppc or1k \
 #      playstation2 pmax powerpc prep \
 #      sandpoint sbmips sgimips sh3 shark sparc sparc64 sun2 sun3 sun68k \
 #      rs6000 \



Home | Main Index | Thread Index | Old Index