From: Jose V Beneyto Date: Fri, 11 Jun 2010 07:03:29 +0000 (+0200) Subject: fixed url source for libmpfr X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=inline;h=107926718274c2efd59738dd1649e3676b4d6db9;p=attic%2Ftoolchain-noeabi.git fixed url source for libmpfr --- diff --git a/Makefile b/Makefile index 5baa8de..7f4ea6c 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ libgmp-distclean: libgmp-clean # LIBMPFR $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2: - wget -P $(WORK) -c http://www.mpfr.org/mpfr-current/mpfr-$(LIBMPFR_VERSION).tar.bz2 + wget -P $(WORK) -c http://ftp.gnu.org/gnu/mpfr/mpfr-$(LIBMPFR_VERSION).tar.bz2 $(WORK)/mpfr-$(LIBMPFR_VERSION): $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2 tar -C $(WORK) -xvjf $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2