projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: add images for pb92 - no kernel size check yet, lzma images did not yet work...
[openwrt.git]
/
toolchain
/
eglibc
/
Config.in
diff --git
a/toolchain/eglibc/Config.in
b/toolchain/eglibc/Config.in
index
80f4fde
..
d9c23e0
100644
(file)
--- a/
toolchain/eglibc/Config.in
+++ b/
toolchain/eglibc/Config.in
@@
-5,8
+5,8
@@
choice
help
Select the version of eglibc you wish to use.
help
Select the version of eglibc you wish to use.
- config EGLIBC_VERSION_2_6
_1
- bool "eglibc 2.6
.1
"
+ config EGLIBC_VERSION_2_6
+ bool "eglibc 2.6"
config EGLIBC_VERSION_2_7
bool "eglibc 2.7"
config EGLIBC_VERSION_2_7
bool "eglibc 2.7"
@@
-17,8
+17,12
@@
choice
config EGLIBC_VERSION_2_9
bool "eglibc 2.9"
config EGLIBC_VERSION_2_9
bool "eglibc 2.9"
- config EGLIBC_VERSION_2_10_1
- bool "eglibc 2.10.1"
+ config EGLIBC_VERSION_2_10
+ bool "eglibc 2.10"
+
+ config EGLIBC_VERSION_2_11
+ bool "eglibc 2.11"
+ depends GCC_VERSION_4_3 || GCC_VERSION_4_4
config EGLIBC_VERSION_TRUNK
bool "eglibc trunk"
config EGLIBC_VERSION_TRUNK
bool "eglibc trunk"
@@
-29,11
+33,12
@@
config EGLIBC_REVISION
string
prompt "eglibc revision"
depends on TOOLCHAINOPTS && USE_EGLIBC
string
prompt "eglibc revision"
depends on TOOLCHAINOPTS && USE_EGLIBC
- default "5887" if EGLIBC_VERSION_2_6
_1
+ default "5887" if EGLIBC_VERSION_2_6
default "8588" if EGLIBC_VERSION_2_7
default "8587" if EGLIBC_VERSION_2_8
default "8690" if EGLIBC_VERSION_2_9
default "8588" if EGLIBC_VERSION_2_7
default "8587" if EGLIBC_VERSION_2_8
default "8690" if EGLIBC_VERSION_2_9
- default "8873" if EGLIBC_VERSION_2_10_1
+ default "9289" if EGLIBC_VERSION_2_10
+ default "9306" if EGLIBC_VERSION_2_11
default "HEAD" if EGLIBC_VERSION_TRUNK
default ""
default "HEAD" if EGLIBC_VERSION_TRUNK
default ""
This page took
0.025961 seconds
and
4
git commands to generate.