diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-07-14 23:24:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-07-14 23:24:58 +0000 |
commit | 89eb716470a2262ccb855d7402711b940805ef20 (patch) | |
tree | 4f94fe05b3183dbc83fc7c9c2b42f9a08d7edfab /toolchain/gcc/Makefile | |
parent | 3890bd2126a29b85aabbda3fc4311736640ff5fa (diff) | |
download | upstream-89eb716470a2262ccb855d7402711b940805ef20.tar.gz upstream-89eb716470a2262ccb855d7402711b940805ef20.tar.bz2 upstream-89eb716470a2262ccb855d7402711b940805ef20.zip |
use qstrip macro to strip quoted CONFIG_* strings
SVN-Revision: 11832
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index ef5ab22d0f..31697989c9 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) \ |