summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-01-12 16:42:13 +0000
committerjschauma <jschauma@pkgsrc.org>2005-01-12 16:42:13 +0000
commit8fe60ea17588f55a162c96c6e6367cfb1a63daa4 (patch)
treedc03fbc9760b7a4e4d9a070cb3589a0b9a19da70 /bootstrap
parenta81bf92f7d4c7777fbd95ddd54d8338abe195e2c (diff)
downloadpkgsrc-8fe60ea17588f55a162c96c6e6367cfb1a63daa4.tar.gz
Set machine_arch=mipseb on IRIX, so that binary packages don't complain
about a mismatch.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 3e71eecbcfa..2e577ef5c32 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.26 2005/01/12 11:30:37 agc Exp $
+# $NetBSD: bootstrap,v 1.27 2005/01/12 16:42:13 jschauma Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -250,6 +250,7 @@ IRIX*)
opsys=IRIX
need_sed=yes
set_opsys=yes
+ machine_arch=mipseb
;;
Linux)
if [ -f /etc/debian_version ]; then