From f859299d85abafdaa2194935d1a0a3ca08236f07 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 26 Sep 2009 18:59:22 +0000 Subject: eglibc: add support for 2.10 branch SVN-Revision: 17748 --- 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 d237f4e123..0363dd9061 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -27,6 +27,9 @@ endif ifeq ($(PKG_VERSION),2.9) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_9 endif +ifeq ($(PKG_VERSION),2.10.1) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10 +endif ifeq ($(PKG_VERSION),trunk) PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk endif -- cgit v1.2.3