Browse Source

toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x

SVN-Revision: 21601
Nicolas Thill 15 years ago
parent
commit
fdb4fba4b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/eglibc/Config.in

+ 1 - 1
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"