Source-Changes-HG archive

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

[src/trunk]: src Switch remaining ARM ports (acorn32, cats, shark) to ELF.



details:   https://anonhg.NetBSD.org/src/rev/5e8dc95fc6e6
branches:  trunk
changeset: 524931:5e8dc95fc6e6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Apr 02 16:34:49 2002 +0000

description:
Switch remaining ARM ports (acorn32, cats, shark) to ELF.

diffstat:

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

diffs (33 lines):

diff -r c5a10376ace0 -r 5e8dc95fc6e6 build.sh
--- a/build.sh  Tue Apr 02 16:02:38 2002 +0000
+++ b/build.sh  Tue Apr 02 16:34:49 2002 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-#  $NetBSD: build.sh,v 1.54 2002/03/24 22:21:41 bjh21 Exp $
+#  $NetBSD: build.sh,v 1.55 2002/04/02 16:34:49 thorpej Exp $
 #
 # Top level build wrapper, for a system containing no tools.
 #
@@ -20,12 +20,9 @@
 getarch () {
        # Translate a MACHINE into a default MACHINE_ARCH.
        case $MACHINE in
-               acorn26|evbarm|hpcarm|netwinder)
+               acorn26|acorn32|cats|netwinder|shark|*arm)
                        MACHINE_ARCH=arm;;
 
-               acorn32|cats|shark)
-                       MACHINE_ARCH=arm32;;
-
                sun2)
                        MACHINE_ARCH=m68000;;
 
@@ -369,7 +366,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.54 2002/03/24 22:21:41 bjh21 Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.55 2002/04/02 16:34:49 thorpej Exp $
 #
 
 EOF



Home | Main Index | Thread Index | Old Index