mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 06:06:15 +02:00
add a better mirror for gcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1638 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9bd6fb295e
commit
64e76aa3b7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user