diff options
author | jschauma <jschauma> | 2005-03-24 19:36:30 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-03-24 19:36:30 +0000 |
commit | 4cb167e819014215b461aa12ddccde5fc1213199 (patch) | |
tree | 4646fcc238968f6cdfca782709206ac2512adcf0 /bootstrap | |
parent | c85aa7ae98ab5c39e9edb1cdce62e9fcf92c24a9 (diff) | |
download | pkgsrc-4cb167e819014215b461aa12ddccde5fc1213199.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')
-rw-r--r-- | bootstrap/README.IRIX | 9 |
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) |