Source-Changes-HG archive

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

[src/trunk]: src Acorn's MACHINE_ARFCH is now arm, not arm32 ... moving it ef...



details:   https://anonhg.NetBSD.org/src/rev/d70c73380859
branches:  trunk
changeset: 516815:d70c73380859
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Oct 31 00:08:03 2001 +0000

description:
Acorn's MACHINE_ARFCH is now arm, not arm32 ... moving it effectively to
ELF (Yay!)

diffstat:

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

diffs (32 lines):

diff -r 2884325c3179 -r d70c73380859 build.sh
--- a/build.sh  Tue Oct 30 23:51:03 2001 +0000
+++ b/build.sh  Wed Oct 31 00:08:03 2001 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-#  $NetBSD: build.sh,v 1.10 2001/10/30 22:33:00 tv Exp $
+#  $NetBSD: build.sh,v 1.11 2001/10/31 00:08:03 reinoud Exp $
 #
 # Top level build wrapper, for a system containing no tools.
 #
@@ -17,10 +17,10 @@
 getarch () {
        # Translate a MACHINE into a default MACHINE_ARCH.
        case $MACHINE in
-               arm26|dnard|evbarm|hpcarm|netwinder)
+               arm26|acorn32|dnard|evbarm|hpcarm|netwinder)
                        MACHINE_ARCH=arm;;
 
-               acorn32|arm32|cats)
+               arm32|cats)
                        MACHINE_ARCH=arm32;;
 
                sun2)
@@ -221,7 +221,7 @@
        eval $mkscriptcmd <<EOF
 #! /bin/sh
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.10 2001/10/30 22:33:00 tv Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.11 2001/10/31 00:08:03 reinoud Exp $
 #
 exec $TOOLDIR/bin/nbmake MACHINE=$MACHINE MACHINE_ARCH=$MACHINE_ARCH \
 USETOOLS=yes USE_NEW_TOOLCHAIN=yes TOOLDIR="$TOOLDIR" \${1+\$@}



Home | Main Index | Thread Index | Old Index