Skip to content
Snippets Groups Projects
Commit 027be0e8 authored by nbd's avatar nbd
Browse files

add a better mirror for gcc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1638 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent c4adc378
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment