Source-Changes-HG archive

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

[src/trunk]: src change MACHINE_ARCH of evbsh3 from sh3el to sh3eb because al...



details:   https://anonhg.NetBSD.org/src/rev/e079a694d191
branches:  trunk
changeset: 517400:e079a694d191
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Nov 12 08:54:58 2001 +0000

description:
change MACHINE_ARCH of evbsh3 from sh3el to sh3eb because all config files
for evbsh3 defaults to big endian.

diffstat:

 build.sh |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 2b785a9db40b -r e079a694d191 build.sh
--- a/build.sh  Mon Nov 12 08:14:30 2001 +0000
+++ b/build.sh  Mon Nov 12 08:54:58 2001 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-#  $NetBSD: build.sh,v 1.21 2001/11/11 01:34:30 jmc Exp $
+#  $NetBSD: build.sh,v 1.22 2001/11/12 08:54:58 msaitoh Exp $
 #
 # Top level build wrapper, for a system containing no tools.
 #
@@ -42,10 +42,10 @@
                bebox|prep|sandpoint|walnut|*ppc)
                        MACHINE_ARCH=powerpc;;
 
-               mmeye)
+               evbsh3|mmeye)
                        MACHINE_ARCH=sh3eb;;
 
-               dreamcast|evbsh3|hpcsh)
+               dreamcast|hpcsh)
                        MACHINE_ARCH=sh3el;;
 
                alpha|i386|sparc|sparc64|vax|x86_64)
@@ -308,7 +308,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.21 2001/11/11 01:34:30 jmc Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.22 2001/11/12 08:54:58 msaitoh Exp $
 #
 
 EOF



Home | Main Index | Thread Index | Old Index