From: <jb...@us...> - 2003-11-13 16:35:26
|
Update of /cvsroot/linux-vax/toolchain In directory sc8-pr-cvs1:/tmp/cvs-serv20678 Added Files: README Log Message: - README for the two compiler build scripts. --- NEW FILE: README --- $Id: README,v 1.1 2003/11/13 16:35:22 jbglaw Exp $ build-vax.sh ~~~~~~~~~~~~ This script will generate a working cross compiler useable for doing Linux kernel compilation. Every vax-linux hacker will need it. If you're only interested in doing kernel work, it's all you need. build-native-compiler.sh ~~~~~~~~~~~~~~~~~~~~~~~~ This script first creates a cross-compiler (using build-vax.sh) and then tries to build uClibc support (then, you'll be able to build vax-linux userspace programs). At the last step, it'll try to build glibc support, which may or may not work... |