mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:33:10 +02:00
toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21610 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0ef361248d
commit
446456cb52
@ -36,9 +36,9 @@ config EGLIBC_REVISION
|
|||||||
default "5887" if EGLIBC_VERSION_2_6
|
default "5887" if EGLIBC_VERSION_2_6
|
||||||
default "8588" if EGLIBC_VERSION_2_7
|
default "8588" if EGLIBC_VERSION_2_7
|
||||||
default "8587" if EGLIBC_VERSION_2_8
|
default "8587" if EGLIBC_VERSION_2_8
|
||||||
default "8690" if EGLIBC_VERSION_2_9
|
default "10153" if EGLIBC_VERSION_2_9
|
||||||
default "9289" if EGLIBC_VERSION_2_10
|
default "10152" if EGLIBC_VERSION_2_10
|
||||||
default "9306" if EGLIBC_VERSION_2_11
|
default "10454" if EGLIBC_VERSION_2_11
|
||||||
default "HEAD" if EGLIBC_VERSION_TRUNK
|
default "HEAD" if EGLIBC_VERSION_TRUNK
|
||||||
default ""
|
default ""
|
||||||
|
|
||||||
@ -46,4 +46,3 @@ menu "eglibc configuration"
|
|||||||
depends on TOOLCHAINOPTS && USE_EGLIBC
|
depends on TOOLCHAINOPTS && USE_EGLIBC
|
||||||
source toolchain/eglibc/config/Config.in
|
source toolchain/eglibc/config/Config.in
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@ config EGLIBC_VERSION
|
|||||||
default "2.8" if EGLIBC_VERSION_2_8
|
default "2.8" if EGLIBC_VERSION_2_8
|
||||||
default "2.9" if EGLIBC_VERSION_2_9
|
default "2.9" if EGLIBC_VERSION_2_9
|
||||||
default "2.10.2" if EGLIBC_VERSION_2_10
|
default "2.10.2" if EGLIBC_VERSION_2_10
|
||||||
default "2.11 " if EGLIBC_VERSION_2_11
|
default "2.11.1" if EGLIBC_VERSION_2_11
|
||||||
default "trunk"
|
default "trunk"
|
||||||
|
Loading…
Reference in New Issue
Block a user