summaryrefslogtreecommitdiff
path: root/bootstrap/README.IRIX
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-03-24 19:36:30 +0000
committerjschauma <jschauma>2005-03-24 19:36:30 +0000
commitfd868ec296775ab2d95dbf0914813a2360ced963 (patch)
tree4646fcc238968f6cdfca782709206ac2512adcf0 /bootstrap/README.IRIX
parentf2a40ce37a294a457dd2a6a517e67d9a52523b9d (diff)
downloadpkgsrc-fd868ec296775ab2d95dbf0914813a2360ced963.tar.gz
Add a note to set
PKGSRC_COMPILER=mipspro if this compiler is used. Otherwise, wrong CFLAGS might be passed. XXX: we probably want to add a check for the proper compiler into the bootstrap process and add this line automatically, if necessary.
Diffstat (limited to 'bootstrap/README.IRIX')
-rw-r--r--bootstrap/README.IRIX9
1 files changed, 8 insertions, 1 deletions
diff --git a/bootstrap/README.IRIX b/bootstrap/README.IRIX
index 277b46f66a2..59c602aeb29 100644
--- a/bootstrap/README.IRIX
+++ b/bootstrap/README.IRIX
@@ -1,4 +1,4 @@
-$NetBSD: README.IRIX,v 1.2 2004/09/12 17:43:37 jschauma Exp $
+$NetBSD: README.IRIX,v 1.3 2005/03/24 19:36:30 jschauma Exp $
You will need a working C compiler, either gcc or SGI's MIPS and MIPSpro
compiler (cc/c89). Please set the CC environment variable according to your
@@ -29,6 +29,13 @@ such as imake(1), but you may want to set some options depending on your
local setup. Please see pkgsrc/mk/bsd.pkg.defaults.mk and, of course,
your compilers man pages for details.
+If you are using SGI's MIPSPro compiler, please set
+
+PKGSRC_COMPILER=mipspro
+
+in /etc/mk.conf -- otherwise, pkgsrc will assume you are using gcc and may end
+up passing invalid flags to the compiler.
+
bootstrap-pkgsrc has been tested on Irix 6.5.23f on:
- an O2 with 1 180 MHZ IP32 Processor (R5000) (n32 ABI)
- an Origin 200 with 2 180 MHZ IP27 Processors (R10000) (64 ABI)