summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-28 20:37:56 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-28 20:37:56 +0000
commit8dd583e3a40ae2e19677e33b3aad9695ac33e8b9 (patch)
treee6f31cd9bfa039f3b4d6dc6176667348317fa072 /toolchain/eglibc/Makefile
parent7d991147b3036fd99af9d05a3de50f0c931b0377 (diff)
downloadmtk-20170518-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.zip
mtk-20170518-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.tar.gz
mtk-20170518-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.tar.bz2
toolchain/eglibc: add preliminary support for eglibc-2.12
SVN-Revision: 21611
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r--toolchain/eglibc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index 822309d..3d3a1da 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -33,6 +33,9 @@ endif
ifneq ($(CONFIG_EGLIBC_VERSION_2_11),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_11
endif
+ifneq ($(CONFIG_EGLIBC_VERSION_2_12),)
+ PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12
+endif
ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk
endif