From: Jan-Benedict G. <jb...@us...> - 2005-10-09 20:48:17
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20459 Modified Files: build_toolchain.sh Log Message: - Also build a C++ compiler with uClibc. Though this won't work right now, because we don't yet have a stdc++ lib. Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- build_toolchain.sh 9 Oct 2005 18:54:45 -0000 1.19 +++ build_toolchain.sh 9 Oct 2005 20:48:06 -0000 1.20 @@ -244,6 +244,7 @@ ;; vax*linux-uclibc*) BUILD_UCLIBC=1 + GCC1_EXTRA_LANGUAGES=",c++" KERNEL_ARCH=vax ;; vax*linux-*) |