diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-25 11:17:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-25 11:17:01 +0000 |
commit | cd649df858be5066ae06a73647f6578421e541f7 (patch) | |
tree | b5d7883a1357643188ccb016e88c53293ae84b34 /toolchain | |
parent | 97c9af8df32034e5fde962491b8bfb6140e51f35 (diff) | |
download | upstream-cd649df858be5066ae06a73647f6578421e541f7.tar.gz upstream-cd649df858be5066ae06a73647f6578421e541f7.tar.bz2 upstream-cd649df858be5066ae06a73647f6578421e541f7.zip |
make uclibc 0.9.30.1 the default
SVN-Revision: 16047
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/uClibc/Config.in | 4 | ||||
-rw-r--r-- | toolchain/uClibc/Config.version | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 74c38fe2dd..f6d3537531 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -3,8 +3,7 @@ choice prompt "uClibc Version" depends on TOOLCHAINOPTS && USE_UCLIBC - default UCLIBC_VERSION_0_9_29 - default UCLIBC_VERSION_0_9_30_1 if (TARGET_uml && x86_64) + default UCLIBC_VERSION_0_9_30_1 help Select the version of uClibc you wish to use. @@ -19,4 +18,3 @@ choice depends BROKEN endchoice - diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version index 96f13d9f25..acb222696a 100644 --- a/toolchain/uClibc/Config.version +++ b/toolchain/uClibc/Config.version @@ -2,7 +2,6 @@ config UCLIBC_VERSION string depends on USE_UCLIBC default "0.9.29" if UCLIBC_VERSION_0_9_29 - default "0.9.30.1" if UCLIBC_VERSION_0_9_30_1 || (TARGET_uml && x86_64) + default "0.9.30.1" if UCLIBC_VERSION_0_9_30_1 default "0.9.30+nptl" if UCLIBC_VERSION_NPTL - default "0.9.29" - + default "0.9.30.1" |