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 6 of 7] binutils: Update binutils download locations


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1291712672 28800
# Node ID 59e81fc689a084e1283eea46de38932f97ae1f98
# Parent  dc2f540c5d73a19867e188b28d36c4da40438864
binutils: Update binutils download locations

diff -r dc2f540c5d73 -r 59e81fc689a0 scripts/build/binutils/binutils.sh
--- a/scripts/build/binutils/binutils.sh	Tue Dec 07 00:56:39 2010 -0800
+++ b/scripts/build/binutils/binutils.sh	Tue Dec 07 01:04:32 2010 -0800
@@ -5,7 +5,8 @@
 # Download binutils
 do_binutils_get() {
     CT_GetFile "binutils-${CT_BINUTILS_VERSION}"                                        \
-               {ftp,http}://{ftp.gnu.org/gnu,ftp.kernel.org/pub/linux/devel}/binutils   \
+               {ftp,http}://ftp.gnu.org/gnu/binutils                                    \
+               ftp://sourceware.org/pub/binutils/{releases,snapshots}                   \
                ftp://gcc.gnu.org/pub/binutils/{releases,snapshots}
 }
 

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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