From: <jb...@us...> - 2003-11-14 07:47:54
|
Update of /cvsroot/linux-vax/toolchain In directory sc8-pr-cvs1:/tmp/cvs-serv23374 Modified Files: README Log Message: - build-native-compiler.sh needs to be modified to reflect local pathes... Index: README =================================================================== RCS file: /cvsroot/linux-vax/toolchain/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 13 Nov 2003 16:35:22 -0000 1.1 +++ README 14 Nov 2003 07:47:50 -0000 1.2 @@ -12,5 +12,6 @@ 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... +glibc support, which may or may not work... However, look at the +first lines of this script and adjust the pathes mentioned there! |