summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-22 21:52:54 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-22 21:52:54 +0000
commit6e8ac7b3c5059154b16d575fe5945473917152de (patch)
tree385e160cfdfbd11db9b3b57c945339d7e984a467 /toolchain
parent9f306c85c239368b0077535fcd0320f7f5ce1626 (diff)
fix GCC version.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3817 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index cf60d7505..7c037eddd 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) \