aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-28 15:33:44 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-28 15:33:44 +0000
commit93bf8f3ff61adb63a068f68aecaab0c6b42b6bc6 (patch)
treef30a12ba05617756c1274287d7e18c3eb345478d /toolchain/eglibc/Config.in
parente5e5f00bba44884abc45c802766c0f58d0bd0b71 (diff)
downloadmaster-187ad058-93bf8f3ff61adb63a068f68aecaab0c6b42b6bc6.tar.gz
master-187ad058-93bf8f3ff61adb63a068f68aecaab0c6b42b6bc6.tar.bz2
master-187ad058-93bf8f3ff61adb63a068f68aecaab0c6b42b6bc6.zip
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
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r--toolchain/eglibc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index d9c23e0720..eef4fc257e 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"