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]

[PATCH] extend getandpatch.sh to handle new binutils snapshots


  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


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