From 7493d8260f816895c8963c6ecd99de7697985f1e Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 18 Jun 2011 11:14:05 +0000 Subject: add support for eglibc version 2.13 SVN-Revision: 27215 --- toolchain/eglibc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/eglibc/Makefile') diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 5d34c95531..6be809745b 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -36,6 +36,9 @@ endif 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 ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),) PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk endif -- cgit v1.2.3