diff options
author | grant <grant@pkgsrc.org> | 2005-07-29 00:56:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-29 00:56:24 +0000 |
commit | da261bf794c389635fc7ea606882abba2879c213 (patch) | |
tree | 5986cf0b6ad581061ef61a8aab7539d2f4cc43ae /bootstrap/README.AIX | |
parent | c73d281c54839fd9c08ef9dd576f20eb79e43e1c (diff) | |
download | pkgsrc-da261bf794c389635fc7ea606882abba2879c213.tar.gz |
wording tweaks
Diffstat (limited to 'bootstrap/README.AIX')
-rw-r--r-- | bootstrap/README.AIX | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/bootstrap/README.AIX b/bootstrap/README.AIX index cac29902788..57015580464 100644 --- a/bootstrap/README.AIX +++ b/bootstrap/README.AIX @@ -1,13 +1,13 @@ -$NetBSD: README.AIX,v 1.2 2005/02/16 21:38:41 reed Exp $ +$NetBSD: README.AIX,v 1.3 2005/07/29 00:56:24 grant Exp $ -You will need gcc. The AIX xlC compiler doesn't work, but probably -could be made to. gcc-3.3.2 has been tested. +pkgsrc has been tested on AIX 4.3 and 5.1. It will probably work on +newer releases also. -bootstrap-pkgsrc has been tested on AIX 4.3. It will probably work on newer -releases also. +You will need gcc. gcc 3.3 and 3.4 have been tested. full support for +xlC needs to be written. -Please note the use of GNU binutils on AIX is not supported. -Make sure GNU ld is not in your path. +Please note the use of GNU binutils on AIX is not supported. You must +not have GNU ld(1) in your path. If you are using gcc -------------------- @@ -42,4 +42,3 @@ MAKECONF=/usr/pkg/etc/mk.conf MAKESYSPATH=/usr/pkg/share/mk You'll also want to set PATH, MANPATH and LIBPATH - |