[PATCH] allow user to select gcc-4.0 snapshot for build

Robert P. J. Day rpjday@mindspring.com
Sun Dec 5 14:06:00 GMT 2004


  trivial extension to support picking a gcc-4.0 snapshot as part of
the build.


diff -Nur crosstool-0.28-rc37.orig/getandpatch.sh crosstool-0.28-rc37/getandpatch.sh
--- crosstool-0.28-rc37.orig/getandpatch.sh	2004-09-29 01:37:46.000000000 -0400
+++ crosstool-0.28-rc37/getandpatch.sh	2004-12-05 09:02:40.139846720 -0500
@@ -188,7 +188,7 @@
    gcc-3.[345].[012345]-200*)
       dir=`echo $GCC_DIR | sed s/gcc-/prerelease-/`
       getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/$dir/$GCC_DIR.tar.gz ;;
-   gcc-3.[345]-200*)
+   gcc-3.[345]-200*|gcc-4.0-200*)
       dir=`echo $GCC_DIR | sed 's/gcc-//'`
       getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/snapshots/$dir/$GCC_DIR.tar.bz2 ;;
    *)

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list