From: Jan-Benedict G. <jb...@us...> - 2004-09-23 16:47:39
|
Update of /cvsroot/linux-vax/toolchain In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18483 Modified Files: README Log Message: - Add some prerequisites. - I'm currently bringing a friend to VAX hacking:-) - I'll have a look at the uClibc in our repo as the next part. As far as I recall, the copy in our repo is 100% broken wrt. the wrapper, which was removed upstream. I think reverting uClibc to the last known working version and hacking in the 2.6.x removal of the module loader stuff would be appropriate. Comments? Index: README =================================================================== RCS file: /cvsroot/linux-vax/toolchain/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README 14 Nov 2003 07:47:50 -0000 1.2 +++ README 23 Sep 2004 16:47:26 -0000 1.3 @@ -1,6 +1,15 @@ $Id$ +General info +~~~~~~~~~~~~ +Don't forget to install these packages. Build will fail if you don't have +them around: + + - Basic tools: make, gcc, binutils + - The more special things: gettext, automake autoconf + + build-vax.sh ~~~~~~~~~~~~ This script will generate a working cross compiler useable for doing |