Source-Changes-HG archive

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

[src/trunk]: src Add sh5 cases.



details:   https://anonhg.NetBSD.org/src/rev/cf784f1379cf
branches:  trunk
changeset: 537586:cf784f1379cf
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Oct 02 16:57:29 2002 +0000

description:
Add sh5 cases.

diffstat:

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

diffs (38 lines):

diff -r d855725cf0b6 -r cf784f1379cf build.sh
--- a/build.sh  Wed Oct 02 16:51:16 2002 +0000
+++ b/build.sh  Wed Oct 02 16:57:29 2002 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#  $NetBSD: build.sh,v 1.68 2002/09/18 15:20:53 thorpej Exp $
+#  $NetBSD: build.sh,v 1.69 2002/10/02 16:57:29 thorpej Exp $
 #
 # Top level build wrapper, for a system containing no tools.
 #
@@ -65,6 +65,9 @@
                hp700)
                        MACHINE_ARCH=hppa;;
 
+               evbsh5)
+                       MACHINE_ARCH=sh5el;;
+
                alpha|i386|sparc|sparc64|vax|x86_64)
                        MACHINE_ARCH=$MACHINE;;
 
@@ -75,7 +78,7 @@
 validatearch () {
        # Ensure that the MACHINE_ARCH exists (and is supported by build.sh).
        case $MACHINE_ARCH in
-               alpha|arm|armeb|hppa|i386|m68000|m68k|mipse[bl]|ns32k|powerpc|sh3e[bl]|sparc|sparc64|vax|x86_64)
+               alpha|arm|armeb|hppa|i386|m68000|m68k|mipse[bl]|ns32k|powerpc|sh[35]e[bl]|sparc|sparc64|vax|x86_64)
                        ;;
 
                *)      bomb "unknown target MACHINE_ARCH: $MACHINE_ARCH";;
@@ -391,7 +394,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.68 2002/09/18 15:20:53 thorpej Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.69 2002/10/02 16:57:29 thorpej Exp $
 #
 
 EOF



Home | Main Index | Thread Index | Old Index