Updated to include the new Zaurus port for ARM.
OK'd by gimpy
This commit is contained in:
parent
b2261339c5
commit
02f3407a26
6
build.sh
6
build.sh
|
@ -1,5 +1,5 @@
|
|||
#! /usr/bin/env sh
|
||||
# $NetBSD: build.sh,v 1.154 2006/12/09 20:13:13 dyoung Exp $
|
||||
# $NetBSD: build.sh,v 1.155 2006/12/16 02:59:33 ober Exp $
|
||||
#
|
||||
# Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -243,7 +243,7 @@ getarch()
|
|||
#
|
||||
case "${MACHINE}" in
|
||||
|
||||
acorn26|acorn32|cats|evbarm|hpcarm|iyonix|netwinder|shark)
|
||||
acorn26|acorn32|cats|evbarm|hpcarm|iyonix|netwinder|shark|zaurus)
|
||||
MACHINE_ARCH=arm
|
||||
;;
|
||||
|
||||
|
@ -968,7 +968,7 @@ createmakewrapper()
|
|||
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.154 2006/12/09 20:13:13 dyoung Exp $
|
||||
# Generated from: \$NetBSD: build.sh,v 1.155 2006/12/16 02:59:33 ober Exp $
|
||||
# with these arguments: ${_args}
|
||||
#
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue