aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-05-22 21:52:54 +0000
committerNicolas Thill <nico@openwrt.org>2006-05-22 21:52:54 +0000
commitda4772e5d562a5ebcc49879ebc92b162e5e178fd (patch)
tree385e160cfdfbd11db9b3b57c945339d7e984a467
parent4f04e2e72f8d4b96d1b225202d04d83a9baae7c0 (diff)
downloadmaster-187ad058-da4772e5d562a5ebcc49879ebc92b162e5e178fd.tar.gz
master-187ad058-da4772e5d562a5ebcc49879ebc92b162e5e178fd.tar.bz2
master-187ad058-da4772e5d562a5ebcc49879ebc92b162e5e178fd.zip
fix GCC version.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3817 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index cf60d75050..7c037edddc 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -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) \