diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-28 20:37:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-28 20:37:56 +0000 |
commit | e61aabfce64440f963ae660aaeb636e8411278b3 (patch) | |
tree | 0c9110e789b1748fc6f8b87b56bbf3da8dde4715 /toolchain/eglibc/Makefile | |
parent | 1bb2ce7d4733d7a94518dd25bda8633ac9548ace (diff) | |
download | upstream-e61aabfce64440f963ae660aaeb636e8411278b3.tar.gz upstream-e61aabfce64440f963ae660aaeb636e8411278b3.tar.bz2 upstream-e61aabfce64440f963ae660aaeb636e8411278b3.zip |
toolchain/eglibc: add preliminary support for eglibc-2.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21611 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 822309d058..3d3a1da5cf 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 |