From 7aa825cb69cc64bec4ce4829f675cf61f91358c0 Mon Sep 17 00:00:00 2001
From: nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Fri, 28 May 2010 15:33:44 +0000
Subject: [PATCH] toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21601 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 toolchain/eglibc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index d9c23e072..eef4fc257 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -22,7 +22,7 @@ choice
 
 	config EGLIBC_VERSION_2_11
 		bool "eglibc 2.11"
-		depends GCC_VERSION_4_3 || GCC_VERSION_4_4
+		depends GCC_VERSION_4_3 || GCC_VERSION_4_4 || GCC_VERSION_4_5
 
 	config EGLIBC_VERSION_TRUNK
 		bool "eglibc trunk"
-- 
2.20.1