diff options
author | tnn <tnn@pkgsrc.org> | 2015-04-19 19:29:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-04-19 19:29:44 +0000 |
commit | 697b5850cde491f0778b3d3922f8ab1b6a4ce869 (patch) | |
tree | bc9c76a9fcaeefa0f52cd7255ba96f699206426c /bootstrap | |
parent | 273b51ad18669697ab873fe7f4b2fcd2deb9c3ce (diff) | |
download | pkgsrc-697b5850cde491f0778b3d3922f8ab1b6a4ce869.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: |