diff options
author | schwarz <schwarz@pkgsrc.org> | 2006-09-02 11:15:49 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2006-09-02 11:15:49 +0000 |
commit | bb77fff061f19ff5fb5c9d5efb507e77781ac7f0 (patch) | |
tree | f893412e3801f303da10072eb13af0aa644f6e56 /bootstrap/README.IRIX | |
parent | b396fa74ce9d3cc217b848a47a66ca1a9bd14475 (diff) | |
download | pkgsrc-bb77fff061f19ff5fb5c9d5efb507e77781ac7f0.tar.gz |
fix typo
Diffstat (limited to 'bootstrap/README.IRIX')
-rw-r--r-- | bootstrap/README.IRIX | 4 |
1 files changed, 2 insertions, 2 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. |