summaryrefslogtreecommitdiffstats
path: root/toolchain
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
commitfdb4fba4b75f71da8820c827f9af07d3044ce2dc (patch)
tree2488bc712d66c9125506d72ca8e37a1bb90b7ce7 /toolchain
parent4019bca7eb1a6ae290d726149217944442f584a0 (diff)
downloadmaster-31e0f0ae-fdb4fba4b75f71da8820c827f9af07d3044ce2dc.tar.gz
master-31e0f0ae-fdb4fba4b75f71da8820c827f9af07d3044ce2dc.tar.bz2
master-31e0f0ae-fdb4fba4b75f71da8820c827f9af07d3044ce2dc.zip
toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x
SVN-Revision: 21601
Diffstat (limited to 'toolchain')
-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"