1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00

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
This commit is contained in:
nico 2010-05-28 15:33:44 +00:00
parent b329d2ed29
commit 7aa825cb69

View File

@ -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"