Source-Changes-HG archive

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

[src/netbsd-1-6]: src Pull up revision 1.59 (requested by msaitoh in ticket #...



details:   https://anonhg.NetBSD.org/src/rev/a1c6f89541c8
branches:  netbsd-1-6
changeset: 527607:a1c6f89541c8
user:      tv <tv%NetBSD.org@localhost>
date:      Wed May 29 16:32:23 2002 +0000

description:
Pull up revision 1.59 (requested by msaitoh in ticket #64):
add armeb as valid MACHINE_ARCH
(tv: Not relevant to 1.6, but cosmetic to keep build.sh more in sync.)

diffstat:

 build.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r dd64d0ed3a69 -r a1c6f89541c8 build.sh
--- a/build.sh  Wed May 29 16:27:46 2002 +0000
+++ b/build.sh  Wed May 29 16:32:23 2002 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-#  $NetBSD: build.sh,v 1.58 2002/05/13 01:44:34 lukem Exp $
+#  $NetBSD: build.sh,v 1.58.2.1 2002/05/29 16:32:23 tv Exp $
 #
 # Top level build wrapper, for a system containing no tools.
 #
@@ -58,7 +58,7 @@
 validatearch () {
        # Ensure that the MACHINE_ARCH exists (and is supported by build.sh).
        case $MACHINE_ARCH in
-               alpha|arm|i386|m68000|m68k|mipse[bl]|powerpc|sh3e[bl]|sparc|sparc64|vax|x86_64)
+               alpha|arm|armeb|i386|m68000|m68k|mipse[bl]|powerpc|sh3e[bl]|sparc|sparc64|vax|x86_64)
                        ;;
 
                *)      bomb "unknown target MACHINE_ARCH: $MACHINE_ARCH";;
@@ -373,7 +373,7 @@
 eval cat <<EOF $makewrapout
 #! /bin/sh
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.58 2002/05/13 01:44:34 lukem Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.58.2.1 2002/05/29 16:32:23 tv Exp $
 #
 
 EOF



Home | Main Index | Thread Index | Old Index