diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 20:10:32 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 20:10:32 +0000 |
commit | 5c3d17cfc940f30ca95be8ac150e08eb5e1631ba (patch) | |
tree | ed64f2cbe10001be720a570402a509442fdb7bf1 /toolchain/eglibc/Makefile | |
parent | 90f58064bec669ccc9ddfb2db17c87f1182442be (diff) | |
download | mtk-20170518-5c3d17cfc940f30ca95be8ac150e08eb5e1631ba.zip mtk-20170518-5c3d17cfc940f30ca95be8ac150e08eb5e1631ba.tar.gz mtk-20170518-5c3d17cfc940f30ca95be8ac150e08eb5e1631ba.tar.bz2 |
drop eglibc version 2.12
SVN-Revision: 31500
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 7d964ba..fbd9daa 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -15,9 +15,6 @@ PKG_SOURCE_VERSION:=$(PKG_REVISION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-r$(PKG_REVISION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.bz2 -ifneq ($(CONFIG_EGLIBC_VERSION_2_12),) - PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12 -endif ifneq ($(CONFIG_EGLIBC_VERSION_2_13),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_13 endif |