summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-01-12 16:42:13 +0000
committerjschauma <jschauma>2005-01-12 16:42:13 +0000
commit0007ab1364a2d8cb99ae2e04dcbd11422744428e (patch)
treedc03fbc9760b7a4e4d9a070cb3589a0b9a19da70 /bootstrap
parent3760076964d2b255c25ddba9bb0f29f42495a0f9 (diff)
downloadpkgsrc-0007ab1364a2d8cb99ae2e04dcbd11422744428e.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