mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-09 04:14:20 +00:00
Add alternate locations where to retrieve binutils snapshots.
/trunk/scripts/build/binutils.sh | 5 3 2 0 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
This commit is contained in:
parent
c8a68d987b
commit
8215020b0f
@ -8,8 +8,9 @@ do_print_filename() {
|
||||
|
||||
# Download binutils
|
||||
do_binutils_get() {
|
||||
CT_GetFile "${CT_BINUTILS_FILE}" \
|
||||
{ftp,http}://{ftp.gnu.org/gnu,ftp.kernel.org/pub/linux/devel}/binutils
|
||||
CT_GetFile "${CT_BINUTILS_FILE}" \
|
||||
{ftp,http}://{ftp.gnu.org/gnu,ftp.kernel.org/pub/linux/devel}/binutils \
|
||||
ftp://gcc.gnu.org/pub/binutils/{releases,snapshots}
|
||||
}
|
||||
|
||||
# Extract binutils
|
||||
|
Loading…
x
Reference in New Issue
Block a user