X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Ftoolchain%2Fgcc%2FMakefile;fp=openwrt%2Ftoolchain%2Fgcc%2FMakefile;h=dc7e02c7ae8b80c94338819466dbbdaac2047c8a;hp=a04d8bf9e7ccdb144f18d930bba5fffb38f42a29;hb=5de30e74678180e7766c22f199972948fa01f045;hpb=c23184cd190edf05928160e56e43619c8748d226 diff --git a/openwrt/toolchain/gcc/Makefile b/openwrt/toolchain/gcc/Makefile index a04d8bf9e7..dc7e02c7ae 100644 --- a/openwrt/toolchain/gcc/Makefile +++ b/openwrt/toolchain/gcc/Makefile @@ -23,7 +23,8 @@ include $(TOPDIR)/rules.mk GCC_VERSION:=$(strip $(GCC_VERSION)) #GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/releases/gcc-$(GCC_VERSION) -GCC_SITE:=http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION) +GCC_SITE:=ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(GCC_VERSION) \ + http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION) GCC_SOURCE:=gcc-$(GCC_VERSION).tar.bz2 GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-$(GCC_VERSION)