fix GCC version.

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3817 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2006-05-22 21:52:54 +00:00
parent 4f04e2e72f
commit da4772e5d5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
include $(TOPDIR)/rules.mk
GCC_VERSION:=$(strip $(GCC_VERSION))
GCC_VERSION:=$(strip $(CONFIG_GCC_VERSION))
#GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/releases/gcc-$(GCC_VERSION)
GCC_SITE:=ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(GCC_VERSION) \