Module Name:    src
Committed By:   matt
Date:           Wed Sep  9 04:46:10 UTC 2009

Modified Files:
        src [matt-nb5-mips64]: build.sh

Log Message:
For pmap64, algor64, and sgimips64 use *64 as the makewrapper name


To generate a diff of this commit:
cvs rdiff -u -r1.198.2.3.4.1 -r1.198.2.3.4.2 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.198.2.3.4.1 src/build.sh:1.198.2.3.4.2
--- src/build.sh:1.198.2.3.4.1	Wed Aug 26 03:38:31 2009
+++ src/build.sh	Wed Sep  9 04:46:10 2009
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.198.2.3.4.1 2009/08/26 03:38:31 matt Exp $
+#	$NetBSD: build.sh,v 1.198.2.3.4.2 2009/09/09 04:46:10 matt Exp $
 #
 # Copyright (c) 2001-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -341,6 +341,7 @@
 		;;
 
 	sgimips64)
+		makewrappermachine=${MACHINE}
 		MACHINE=${MACHINE%64}
 		MACHINE_ARCH=mips64eb
 		;;
@@ -350,6 +351,7 @@
 		;;
 
 	algor64|pmax64)
+		makewrappermachine=${MACHINE}
 		MACHINE=${MACHINE%64}
 		MACHINE_ARCH=mips64el
 		;;
@@ -1223,7 +1225,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.198.2.3.4.1 2009/08/26 03:38:31 matt Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.198.2.3.4.2 2009/09/09 04:46:10 matt Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to