--- ./toolchain/index.html Mon Aug 27 22:45:01 2001 +++ index.html Mon Aug 27 23:47:33 2001 @@ -94,9 +94,23 @@
 
The source trees of all of these are available through CVS but we also make available nightly snapshots from here. It is best to get a snapshot the first time you want to build a tree and update from CVS from then on.
-
  1. Fetch GCC, Binutils, Glibc, Linux: +
     
    +Note that the /pub/parisc/cvs snapshots may not be completely up +to date for glibc. The most complete snapshots may be found at the debian +pool ftp://ftp.debian.org/debian/pool/main. Although the example lists glibc 2.2.4, you will want to replace this with the latest available glibc version. +
    +cd
    +mkdir source
    +mkdir build
    +cd source
    +wget ftp://ftp.debian.org/debian/pool/main/g/glibc/glibc_2.2.4.orig.tar.gz
    +wget ftp://puffin.external.hp.com/pub/parisc/cvs/binutils-latest.tar.gz
    +wget ftp://puffin.external.hp.com/pub/parisc/cvs/gcc-latest.tar.gz
    +wget ftp://puffin.external.hp.com/pub/parisc/cvs/linux-latest.tar.gz
    +
    +Or alternatively:
     cd
     mkdir source
    @@ -109,9 +123,15 @@
     get binutils-latest.tar.gz
     get gcc-latest.tar.gz
     get linux-latest.tar.gz
    -get glibc-latest.tar.gz
    +quit
    +ftp ftp.debian.org
    +user: anonymous
    +password: you@your.email.address
    +cd debian/pool/main/g/glibc
    +get glibc_2.2.4.orig.tar.gz
     quit
     
    + Determine the host system setup: