diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-05-22 21:52:54 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-05-22 21:52:54 +0000 |
| commit | da6326e0fb586dbc3eca2d1beb9a70b9e3041313 (patch) | |
| tree | 07534bb45d47cbda20ffe8ee53aa6d1355941e88 /openwrt | |
| parent | a3281a2f3bd6604d02d6543bce188c9adea82708 (diff) | |
| download | mtk-20170518-da6326e0fb586dbc3eca2d1beb9a70b9e3041313.zip mtk-20170518-da6326e0fb586dbc3eca2d1beb9a70b9e3041313.tar.gz mtk-20170518-da6326e0fb586dbc3eca2d1beb9a70b9e3041313.tar.bz2 | |
fix GCC version.
SVN-Revision: 3817
Diffstat (limited to 'openwrt')
| -rw-r--r-- | openwrt/toolchain/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/gcc/Makefile b/openwrt/toolchain/gcc/Makefile index cf60d75..7c037ed 100644 --- a/openwrt/toolchain/gcc/Makefile +++ b/openwrt/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) \ |
