Changeset 5081276 in mainline for uspace/app/binutils/Makefile


Ignore:
Timestamp:
2011-09-07T00:12:22Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
888207c9
Parents:
c05642d (diff), 8afa52c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge binutils changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/binutils/Makefile

    rc05642d r5081276  
    3636# Information for obtaining specific binutils redistributable package.
    3737# Might be subject to change in the future.
    38 REDIST_VERSION = 2.21
     38REDIST_VERSION = 2.21.1
    3939REDIST_NAME = binutils-$(REDIST_VERSION)
    4040REDIST_FILENAME = $(REDIST_NAME).tar.bz2
    4141REDIST_SOURCE = ftp://ftp.gnu.org/gnu/binutils/
     42REDIST_MIRROR = http://www.helenos.org/binutils/
    4243
    4344# Directory for the binutils source tree.
     
    167168$(REDIST_FILENAME):
    168169        wget -c $(REDIST_SOURCE)$(REDIST_FILENAME)
     170        if [ ! -e $(REDIST_FILENAME) ]; then \
     171                wget -c $(REDIST_MIRROR)$(REDIST_FILENAME); \
     172        fi
    169173
    170174# Extract binutils source tree.
Note: See TracChangeset for help on using the changeset viewer.