This is the mail archive of the crossgcc@sources.redhat.com 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] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |