From: Felix Fietkau Date: Sat, 13 Aug 2005 16:54:21 +0000 (+0000) Subject: add a better mirror for gcc X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=3a457d050fb7acfeb57113ec96a4b61815eb791c;p=15.05%2Fopenwrt.git add a better mirror for gcc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1638 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)