pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Add a note to set



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0333e0b60bb7
branches:  trunk
changeset: 491495:0333e0b60bb7
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Mar 24 19:36:30 2005 +0000

description:
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:

 bootstrap/README.IRIX |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 27b2cfcf8b59 -r 0333e0b60bb7 bootstrap/README.IRIX
--- a/bootstrap/README.IRIX     Thu Mar 24 19:23:50 2005 +0000
+++ b/bootstrap/README.IRIX     Thu Mar 24 19:36:30 2005 +0000
@@ -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 @@
 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)



Home | Main Index | Thread Index | Old Index