X-Git-Url: http://gitweb/?a=blobdiff_plain;f=Makefile;h=7f4ea6c7286287d75ef449bf6a775e9c7212512f;hb=2f5857c77119e6d50badfd9a8be14ee498006737;hp=da19b957e915b40d28058c9bad6dec29aa20fc3a;hpb=1ef940dbcce338b0a8a0fb56ac2c9e5c7405a352;p=attic%2Ftoolchain-noeabi.git diff --git a/Makefile b/Makefile index da19b95..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 @@ -104,6 +104,7 @@ $(WORK)/binutils-$(BINUTILS_VERSION): $(WORK)/binutils-$(BINUTILS_VERSION).tar.b tar -C $(WORK) -xvjf $(WORK)/binutils-$(BINUTILS_VERSION).tar.bz2 cd $(WORK)/binutils-$(BINUTILS_VERSION) && \ patch -p1 -i $(WORK)/binutils-$(BINUTILS_VERSION)-branch_update-5.patch + sed -i '/^SUBDIRS/s/doc//' $(WORK)/binutils-$(BINUTILS_VERSION)/*/Makefile.in touch $(WORK)/binutils-$(BINUTILS_VERSION) $(WORK)/build-binutils: $(WORK)/binutils-$(BINUTILS_VERSION)