Source-Changes-HG archive

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

[src/trunk]: src Add arc64 alias



details:   https://anonhg.NetBSD.org/src/rev/96f73c12415f
branches:  trunk
changeset: 761301:96f73c12415f
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jan 23 06:50:53 2011 +0000

description:
Add arc64 alias

diffstat:

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

diffs (37 lines):

diff -r 0f9ad90a0d46 -r 96f73c12415f build.sh
--- a/build.sh  Sun Jan 23 06:47:14 2011 +0000
+++ b/build.sh  Sun Jan 23 06:50:53 2011 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.242 2010/12/06 09:08:39 pooka Exp $
+#      $NetBSD: build.sh,v 1.243 2011/01/23 06:50:53 matt Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -383,7 +383,7 @@
                MACHINE_ARCH=mipseb
                ;;
 
-       algor64|cobalt64|pmax64)
+       algor64|arc64|cobalt64|pmax64)
                makewrappermachine=${MACHINE}
                MACHINE=${MACHINE%64}
                MACHINE_ARCH=mips64el
@@ -456,7 +456,7 @@
                arches="arm armeb"
                ;;
 
-       algor|cobalt|pmax)
+       algor|arc|cobalt|pmax)
                arches="mipsel mips64el"
                ;;
 
@@ -1384,7 +1384,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.242 2010/12/06 09:08:39 pooka Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.243 2011/01/23 06:50:53 matt Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index