This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] allow using gcc 4.1 2006* snapshots


--- crosstool-0.38.orig/getandpatch.sh	2005-07-06 01:37:25.000000000 +0300
+++ crosstool-0.38/getandpatch.sh	2006-01-07 03:08:32.000000000 +0200
@@ -226,7 +226,7 @@
    gcc-4.0.[012345]-200*)
       dir=`echo $gcc | sed s/gcc-/prerelease-/`
       getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/$dir/$gcc.tar.bz2 ftp://gcc.gnu.org/pub/gcc/$dir/$gcc.tar.gz ;;
-   gcc-3.[345]-200*|gcc-4.0-200*|gcc-4.1-2005*)
+   gcc-3.[345]-200*|gcc-4.0-200*|gcc-4.1-200[56]*)
       dir=`echo $gcc | sed 's/gcc-//'`
       getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/snapshots/$dir/$gcc.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]