X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f71d35c99e80bc614aa50024da23b39b9622739d..0bf6f171abbb8dace8605bc251bf09bced9d625c:/toolchain/gcc/Makefile?ds=inline diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index a04d8bf9e..dc7e02c7a 100644 --- a/toolchain/gcc/Makefile +++ b/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)