Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12920
Modified Files:
build_toolchain.sh
Log Message:
Don't re-run autoconf on GCC. Add i386-linux as a supported target.
Index: build_toolchain.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- build_toolchain.sh 15 Apr 2005 10:54:52 -0000 1.2
+++ build_toolchain.sh 20 Apr 2005 18:48:44 -0000 1.3
@@ -188,6 +188,8 @@
vax*openbsd)
BUILD_LD=0
;;
+ i386*linux*)
+ ;;
*)
echo "Configuration \"${TARGET}\" unknown..." >&2
false
@@ -375,13 +377,6 @@
# Build GCC, Part 1
#
pushd "${GCC1_BUILD}"
- # Update configure files
- pushd "${GCC_SRC}"
- execute autoconf
- popd
- pushd "${GCC_SRC}/gcc"
- execute autoconf
- popd
# Configure
execute "${GCC_SRC}/configure" \
|