Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5043
Modified Files:
build_toolchain.sh
Log Message:
- This single line of code installs a uClibc into the install-native
directory. Now you've got a complete VAX-hosted toolchain that
can at least compile a working "Hello World!" program.
Index: build_toolchain.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- build_toolchain.sh 30 Nov 2005 16:53:16 -0000 1.31
+++ build_toolchain.sh 30 Nov 2005 21:26:28 -0000 1.32
@@ -589,6 +589,7 @@
# Install
build "${BUILD_GCC1}" && execute make install
+ build "${BUILD_GCC1}" && execute make DEVEL_PREFIX="${INSTALL_NATIVE_BASE}/usr/${TARGET}/" install
case "${TARGET}" in
vax-*)
|