From: <jb...@us...> - 2003-11-13 16:36:32
|
Update of /cvsroot/linux-vax/toolchain In directory sc8-pr-cvs1:/tmp/cvs-serv20849 Modified Files: build-native-compiler.sh Log Message: - Add RCSsish %Id% (it's "$", of course8^P) . Index: build-native-compiler.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/build-native-compiler.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- build-native-compiler.sh 13 Nov 2003 16:30:39 -0000 1.1 +++ build-native-compiler.sh 13 Nov 2003 16:36:29 -0000 1.2 @@ -1,6 +1,8 @@ #!/bin/sh # +# $Id$ +# # This script tries to first build a cross-compiler, then we build # uClibc support for it. The last step then is to build glibc, # which may or may not work... You may give "force" as a command |