diff options
| author | Bryan Hundven <bryanhundven@gmail.com> | 2015-02-03 07:34:18 -0800 |
|---|---|---|
| committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-02-03 07:34:18 -0800 |
| commit | 6168aff98d9a3f327c376f2fe83367e0b2b62360 (patch) | |
| tree | ad6a4e0c79a1a330352c9f3a4b120df138d37285 /scripts/build/debug/300-gdb.sh | |
| parent | f4788fd57d355458c2041f002222c445b04e3602 (diff) | |
| parent | 7b8d76ed5690c2e6490f35794726ffddf6e34ee4 (diff) | |
| download | crosstool-ng-6168aff98d9a3f327c376f2fe83367e0b2b62360.tar.gz crosstool-ng-6168aff98d9a3f327c376f2fe83367e0b2b62360.tar.bz2 crosstool-ng-6168aff98d9a3f327c376f2fe83367e0b2b62360.zip | |
Merge pull request #40 from bhundven/download_http_first
scripts/*/*.sh: prioritize http downloads
Diffstat (limited to 'scripts/build/debug/300-gdb.sh')
| -rw-r--r-- | scripts/build/debug/300-gdb.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index 8fed3d0b..4eee2147 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -52,8 +52,9 @@ do_debug_gdb_get() { if [ x"${linaro_version}" = x"${CT_GDB_VERSION}" ]; then CT_GetFile "gdb-${CT_GDB_VERSION}" \ - ftp://{sourceware.org,gcc.gnu.org}/pub/gdb/releases \ - {http,ftp,https}://ftp.gnu.org/pub/gnu/gdb + http://mirrors.kernel.org/sourceware/gdb \ + {http,ftp,https}://ftp.gnu.org/pub/gnu/gdb \ + ftp://{sourceware.org,gcc.gnu.org}/pub/gdb/releases else YYMM=`echo ${CT_GDB_VERSION} |cut -d- -f3 |${sed} -e 's,^..,,'` CT_GetFile "gdb-${CT_GDB_VERSION}" \ |
