From: Kenn H. <ke...@us...> - 2001-02-04 20:02:13
|
Update of /cvsroot/linux-vax/kernel-2.4/Documentation/vax In directory usw-pr-cvs1:/tmp/cvs-serv31325 Modified Files: README Log Message: Add info on 20001231 toolchain snapshots Index: README =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/Documentation/vax/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README 2001/02/03 13:51:48 1.3 +++ README 2001/02/04 18:57:43 1.4 @@ -22,12 +22,17 @@ $ cvs -z9 -d:pserver:ano...@cv...:/cvsroot/linux-vax co tools + Alternatively, you get get a snapshot of the 20001231 toolchain sources + at: + + ftp://linux-vax.sourceforge.net/pub/linux-vax/tools/Sources/tools-src-linuxvax-20001231.tar.bz2 + Then build the combined binutils/gcc source tree: $ cd tools $ ./build-vax.sh - These should complete without errors. If you get errors, something + This should complete without errors. If you get errors, something is seriously wrong and you probably won't get a correctly-installed toolchain. All object files and binaries will be created in tools/b-vax-dec-linux without touching the source trees. @@ -41,9 +46,16 @@ /usr/local/vax-dec-linux and /usr/local/lib/gcc-lib/vax-dec-linux. This will not touch your current GCC installation. + + If you don't want to build your own toolchain, you can get a binary + snapshot of the 20001231 toolchain at: + + ftp://linux-vax.sourceforge.net/pub/linux-vax/tools/Binaries/tools-bin-linuxvax-20001231.tar.bz2 + + These binaries were built with a /usr/local prefix, so you need to - A toolchain snapshot will soon be available for those people who don't - want to compile their own. + $ cd / + $ tar xvf <wherever>/tools-bin-linuxvax-20001231.tar.bz2 --use=bzip2 2. The kernel sources |