Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26118
Modified Files:
build_toolchain.sh
Log Message:
- The new build system now seems to work, thanks to Peter S. Mazinger
who fixed it.
Index: build_toolchain.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- build_toolchain.sh 26 Oct 2005 10:49:48 -0000 1.21
+++ build_toolchain.sh 28 Oct 2005 07:45:01 -0000 1.22
@@ -559,6 +559,7 @@
echo "DEVEL_PREFIX=\"${INSTALL_BASE}/usr/${TARGET}/lib\"" >> .config
echo "RUNTIME_PREFIX=\"${INSTALL_BASE}/runtime-prefix/\""
+ # Prepare
build "${BUILD_UCLIBC}" && execute ./extra/scripts/create_links.sh
build "${BUILD_UCLIBC}" && execute make -f Makefile.in oldconfig
|