summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarz <schwarz>2006-09-02 11:15:49 +0000
committerschwarz <schwarz>2006-09-02 11:15:49 +0000
commited63964e543684258f020add36bc1da31f8898f2 (patch)
treef893412e3801f303da10072eb13af0aa644f6e56
parentf365cfb09c034c79da54f9fb6bfcf939cf7928ff (diff)
downloadpkgsrc-ed63964e543684258f020add36bc1da31f8898f2.tar.gz
fix typo
-rw-r--r--bootstrap/README.IRIX4
-rw-r--r--bootstrap/README.IRIX5.34
2 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/README.IRIX b/bootstrap/README.IRIX
index 2ead04504fc..8df9202587d 100644
--- a/bootstrap/README.IRIX
+++ b/bootstrap/README.IRIX
@@ -1,4 +1,4 @@
-$NetBSD: README.IRIX,v 1.5 2005/08/02 00:23:31 reed Exp $
+$NetBSD: README.IRIX,v 1.6 2006/09/02 11:21:44 schwarz 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
@@ -9,7 +9,7 @@ Please note that you will need Irix 6.5.17 or higher, as this is the earliest
version of Irix providing support for if_indextoname(3), if_nametoindex(3),
etc.
-At this point in time, pkgsrc only supports one ABI. That is, you can not
+At this point in time, pkgsrc only supports one ABI. That is, you cannot
switch between the old 32-bit ABI, the new 32-bit ABI and the 64-bit ABI. If
you start out using "abi=n32", that's what all your packages will be built
with.
diff --git a/bootstrap/README.IRIX5.3 b/bootstrap/README.IRIX5.3
index a90ce6038aa..0645e68a2eb 100644
--- a/bootstrap/README.IRIX5.3
+++ b/bootstrap/README.IRIX5.3
@@ -1,4 +1,4 @@
-$NetBSD: README.IRIX5.3,v 1.4 2006/08/26 15:42:27 schwarz Exp $
+$NetBSD: README.IRIX5.3,v 1.5 2006/09/02 11:15:49 schwarz Exp $
Installing pkgsrc on IRIX 5.3 requires some preparation.
First, if necessary, get the IRIX 5.3 IDO (cc etc.) from SGI at
@@ -39,7 +39,7 @@ notably bmake:
env CP=/usr/local/bin/cp GREP=/usr/local/bin/grep ID=/usr/local/bin/id MKDIR="/usr/local/bin/mkdir -p" TEST=/usr/local/bin/test TOUCH=/usr/local/bin/touch XARGS="/usr/local/bin/xargs -r" ./bootstrap
-Add the nedessary arguments such as --prefix= as necessary.
+Add the necessary arguments such as --prefix= as necessary.
You might also want to set the CFLAGS, CPPFLAGS, or LDFLAGS.
For the IDO cc CFLAGS=-O2 (or CFLAGS="-O2 -mips2" if you are using an R4K
machine) is recommended.