Source-Changes-HG archive

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

[src/trunk]: src Add cobalt64 alias and indicte cobalt can be mips64el too.



details:   https://anonhg.NetBSD.org/src/rev/2d9a92b64ecb
branches:  trunk
changeset: 750120:2d9a92b64ecb
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Dec 17 15:30:37 2009 +0000

description:
Add cobalt64 alias and indicte cobalt can be mips64el too.

diffstat:

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

diffs (37 lines):

diff -r 0ece2c760a4f -r 2d9a92b64ecb build.sh
--- a/build.sh  Thu Dec 17 15:29:47 2009 +0000
+++ b/build.sh  Thu Dec 17 15:30:37 2009 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.224 2009/12/14 01:11:02 matt Exp $
+#      $NetBSD: build.sh,v 1.225 2009/12/17 15:30:37 matt Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -351,7 +351,7 @@
                MACHINE_ARCH=mipseb
                ;;
 
-       algor64|pmax64)
+       algor64|cobalt64|pmax64)
                makewrappermachine=${MACHINE}
                MACHINE=${MACHINE%64}
                MACHINE_ARCH=mips64el
@@ -424,7 +424,7 @@
                arches="arm armeb"
                ;;
 
-       algor|pmax)
+       algor|cobalt|pmax)
                arches="mipsel mips64el"
                ;;
 
@@ -1352,7 +1352,7 @@
        eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.224 2009/12/14 01:11:02 matt Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.225 2009/12/17 15:30:37 matt Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index