Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Include powerpc+evbpcc. Allows the buildrump.sh ch...



details:   https://anonhg.NetBSD.org/src/rev/a580a5fee465
branches:  trunk
changeset: 789239:a580a5fee465
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Aug 11 09:10:47 2013 +0000

description:
Include powerpc+evbpcc.  Allows the buildrump.sh checkout to work on
powerpc machines.  Tested on Linux/ppc64 by Justin Cormack.

diffstat:

 sys/rump/listsrcdirs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 5b417ce16eae -r a580a5fee465 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Sun Aug 11 09:07:15 2013 +0000
+++ b/sys/rump/listsrcdirs      Sun Aug 11 09:10:47 2013 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.5 2013/07/30 09:29:34 pooka Exp $
+#      $NetBSD: listsrcdirs,v 1.6 2013/08/11 09:10:47 pooka Exp $
 #
 
 #
@@ -38,7 +38,7 @@
            \!src/sys/dev/pci src/sys
 
        # pick a few useful archs, namely those mentioned in buildrump.sh
-       for x in amd64 i386 x86 arm evbarm sparc sparc64 ; do
+       for x in amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc; do
                precho src/sys/arch/${x}/ include ${x} Makefile
        done
        echo src/sys/arch/Makefile



Home | Main Index | Thread Index | Old Index