summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-02-16 21:38:41 +0000
committerreed <reed@pkgsrc.org>2005-02-16 21:38:41 +0000
commitded2f3d98a9196be39c4aea861ce0a7ae1907c10 (patch)
tree8003d1c4ef96aa447d75502745bb664e0712b5e0 /bootstrap
parent159d337b94c9566198fd676c6cedba7a594674eb (diff)
downloadpkgsrc-ded2f3d98a9196be39c4aea861ce0a7ae1907c10.tar.gz
Note that gzip may be needed (as mentioned by T. Rightnour,
P. Schmiedeskamp, A. Wallis, and others on tech-pkg). (TODO: look at http://home.comcast.net/~rawallis/ for adding gzip to bootstrap.)
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.AIX5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap/README.AIX b/bootstrap/README.AIX
index 25f636ee98d..cac29902788 100644
--- a/bootstrap/README.AIX
+++ b/bootstrap/README.AIX
@@ -1,4 +1,4 @@
-$NetBSD: README.AIX,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $
+$NetBSD: README.AIX,v 1.2 2005/02/16 21:38:41 reed 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.
@@ -20,6 +20,9 @@ gcc from pkgsrc, lang/gcc3 is recommended.
Post bootstrap setup
--------------------
+Some versions of AIX don't ship with gzip so install it and set
+GUNZIP_CMD and GZCAT in mk.conf as needed.
+
Here is an example mk.conf:
--- Cut here ---