[PATCH] extend getandpatch.sh to handle new binutils snapshots
Robert P. J. Day
rpjday@mindspring.com
Mon Dec 6 14:22:00 GMT 2004
binutils snapshots have names of the form binutils-041206.tar.bz2.
diff -Nru crosstool-0.28-rc37/getandpatch.sh crosstool-0.28-rc37.new/getandpatch.sh
--- crosstool-0.28-rc37/getandpatch.sh 2004-09-29 01:37:46.000000000 -0400
+++ crosstool-0.28-rc37.new/getandpatch.sh 2004-12-06 09:16:57.287291816 -0500
@@ -173,6 +173,7 @@
case $BINUTILS_DIR in
binutils-2.*.9*.0*) BINUTILS_URL=http://www.kernel.org/pub/linux/devel/binutils ;; # H.J.Lu's branch
binutils-2.*.9*) BINUTILS_URL=ftp://sources.redhat.com/pub/binutils/snapshots ;;
+ binutils-0[45]*) BINUTILS_URL=ftp://sources.redhat.com/pub/binutils/snapshots ;;
*) BINUTILS_URL=ftp://sources.redhat.com/pub/binutils/releases ;;
esac
fi
------
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