aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-13 16:54:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-13 16:54:21 +0000
commit58ea8b2b3a13e9f6041fb2a177ccff72046202b2 (patch)
tree6590fe778a237e0499637c86664e31a9b978009a /openwrt/toolchain/gcc/Makefile
parentfced9ff2614ecef111245e96764e819d0cb69854 (diff)
downloadupstream-58ea8b2b3a13e9f6041fb2a177ccff72046202b2.tar.gz
upstream-58ea8b2b3a13e9f6041fb2a177ccff72046202b2.tar.bz2
upstream-58ea8b2b3a13e9f6041fb2a177ccff72046202b2.zip
add a better mirror for gcc
SVN-Revision: 1638
Diffstat (limited to 'openwrt/toolchain/gcc/Makefile')
-rw-r--r--openwrt/toolchain/gcc/Makefile3
1 files changed, 2 insertions, 1 deletions
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)