diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-05-12 19:08:03 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-05-12 19:08:03 +0000 |
| commit | 7e8b5f9c557000110be7911811f144002cce2a29 (patch) | |
| tree | a872ad00eb8b816b1ea4724f83fd04b3976b8783 /openwrt/toolchain/binutils/Makefile | |
| parent | 95c94007503f7044d0d220964c52fa291c8903c7 (diff) | |
| download | mtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.zip mtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.tar.gz mtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.tar.bz2 | |
fix BR2_ and CONFIG_ issues
SVN-Revision: 3769
Diffstat (limited to 'openwrt/toolchain/binutils/Makefile')
| -rw-r--r-- | openwrt/toolchain/binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/binutils/Makefile b/openwrt/toolchain/binutils/Makefile index 1b20571..7d40566 100644 --- a/openwrt/toolchain/binutils/Makefile +++ b/openwrt/toolchain/binutils/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk # build binutils for use on the host system # ############################################################# -BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION))) +BINUTILS_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION))) #" BINUTILS_SITE:=http://www.fr.kernel.org/pub/linux/devel/binutils \ |
