diff options
author | tnn <tnn> | 2015-04-19 19:29:44 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-04-19 19:29:44 +0000 |
commit | 4b63dad305bf9305af600f8018a7d52e4ee59161 (patch) | |
tree | bc9c76a9fcaeefa0f52cd7255ba96f699206426c /bootstrap | |
parent | db1130e986ca6d27c5fe37be03fa0408eb6f410d (diff) | |
download | pkgsrc-4b63dad305bf9305af600f8018a7d52e4ee59161.tar.gz |
mention installation instructions for GCC toolchains
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.HPUX | 4 | ||||
-rw-r--r-- | bootstrap/README.OSF1 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/bootstrap/README.HPUX b/bootstrap/README.HPUX index ce5bcc0cf41..f92479984a5 100644 --- a/bootstrap/README.HPUX +++ b/bootstrap/README.HPUX @@ -1,4 +1,4 @@ -$NetBSD: README.HPUX,v 1.4 2015/04/19 19:21:39 tnn Exp $ +$NetBSD: README.HPUX,v 1.5 2015/04/19 19:29:44 tnn Exp $ Prerequisite patches (downloadable from HP itrc) ------------------------------------------------ @@ -10,6 +10,8 @@ Compiler Prebuilt GCC toolchains suitable for use with pkgsrc can be downloaded from ftp://ftp.NetBSD.org/pub/pkgsrc/misc/tnn/ . +Installation instructions can be found in the file "README.gcc". + Selecting which ABI to use -------------------------- HP-UX supports the ABIs and object formats listed in the table below. diff --git a/bootstrap/README.OSF1 b/bootstrap/README.OSF1 index f8ceace8054..f11280e699b 100644 --- a/bootstrap/README.OSF1 +++ b/bootstrap/README.OSF1 @@ -1,10 +1,12 @@ -$NetBSD: README.OSF1,v 1.3 2007/10/15 22:32:56 tnn Exp $ +$NetBSD: README.OSF1,v 1.4 2015/04/19 19:29:44 tnn Exp $ Compiler -------- Prebuilt GCC toolchains suitable for use with pkgsrc can be downloaded from ftp://ftp.NetBSD.org/pub/pkgsrc/misc/tnn/ . +Installation instructions can be found in the file "README.gcc". + Bootstrapping pkgsrc -------------------- To use the native compiler: |