Remove duplicate evbarm-e[bl] cases. Add evbppc64 and macppc64.

This commit is contained in:
matt 2007-01-29 00:08:13 +00:00
parent 622f4b424e
commit 4e9d3760b0

View File

@ -1,5 +1,5 @@
#! /usr/bin/env sh #! /usr/bin/env sh
# $NetBSD: build.sh,v 1.159 2007/01/28 20:15:44 matt Exp $ # $NetBSD: build.sh,v 1.160 2007/01/29 00:08:13 matt Exp $
# #
# Copyright (c) 2001-2005 The NetBSD Foundation, Inc. # Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -277,18 +277,6 @@ getarch()
# #
case "${MACHINE}" in case "${MACHINE}" in
evbarm-eb)
MACHINE_ARCH=armeb
makewrappermachine=${MACHINE}
MACHINE=evbarm
;;
evbarm-el)
MACHINE_ARCH=arm
makewrappermachine=${MACHINE}
MACHINE=evbarm
;;
acorn26|acorn32|cats|evbarm|hpcarm|iyonix|netwinder|shark|zaurus) acorn26|acorn32|cats|evbarm|hpcarm|iyonix|netwinder|shark|zaurus)
MACHINE_ARCH=arm MACHINE_ARCH=arm
;; ;;
@ -320,6 +308,12 @@ getarch()
MACHINE_ARCH=ns32k MACHINE_ARCH=ns32k
;; ;;
evbppc64|macppc64)
makewrappermachine=${MACHINE}
MACHINE=${MACHINE%64}
MACHINE_ARCH=powerpc64
;;
amigappc|bebox|evbppc|ibmnws|macppc|mvmeppc|ofppc|pmppc|prep|sandpoint) amigappc|bebox|evbppc|ibmnws|macppc|mvmeppc|ofppc|pmppc|prep|sandpoint)
MACHINE_ARCH=powerpc MACHINE_ARCH=powerpc
;; ;;
@ -996,7 +990,7 @@ createmakewrapper()
eval cat <<EOF ${makewrapout} eval cat <<EOF ${makewrapout}
#! ${HOST_SH} #! ${HOST_SH}
# Set proper variables to allow easy "make" building of a NetBSD subtree. # Set proper variables to allow easy "make" building of a NetBSD subtree.
# Generated from: \$NetBSD: build.sh,v 1.159 2007/01/28 20:15:44 matt Exp $ # Generated from: \$NetBSD: build.sh,v 1.160 2007/01/29 00:08:13 matt Exp $
# with these arguments: ${_args} # with these arguments: ${_args}
# #
EOF EOF