summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-07-14 23:24:58 +0000
committerNicolas Thill <nico@openwrt.org>2008-07-14 23:24:58 +0000
commit89eb716470a2262ccb855d7402711b940805ef20 (patch)
tree4f94fe05b3183dbc83fc7c9c2b42f9a08d7edfab /toolchain/gcc
parent3890bd2126a29b85aabbda3fc4311736640ff5fa (diff)
downloadmtk-20170518-89eb716470a2262ccb855d7402711b940805ef20.zip
mtk-20170518-89eb716470a2262ccb855d7402711b940805ef20.tar.gz
mtk-20170518-89eb716470a2262ccb855d7402711b940805ef20.tar.bz2
use qstrip macro to strip quoted CONFIG_* strings
SVN-Revision: 11832
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index ef5ab22..3169798 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -21,7 +21,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gcc
-PKG_VERSION:=$(strip $(subst ",, $(CONFIG_GCC_VERSION)))#"))
+PKG_VERSION:=$(call qstrip,$(CONFIG_GCC_VERSION))
PATCH_DIR=./patches/$(PKG_VERSION)
PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(PKG_VERSION) \