diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-20 09:16:42 +0100 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-20 09:20:23 +0100 | 
| commit | c433c5ad7c258b9d6fd8e60dd180dfb3a3446dfa (patch) | |
| tree | 33e496422ed65649246628ce8a42dcc3eb91da28 | |
| parent | b5fd0f2709cab72f48da12a5804dd8670fffbf6e (diff) | |
| download | buildroot-novena-c433c5ad7c258b9d6fd8e60dd180dfb3a3446dfa.tar.gz buildroot-novena-c433c5ad7c258b9d6fd8e60dd180dfb3a3446dfa.zip | |
uClibc: default to 0.9.33
This is the current stable version, and E.G. systemd doesn't build with
earlier versions.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | toolchain/uClibc/Config.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index ed9d2f5b8..64c5a9f51 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -6,7 +6,7 @@ comment "uClibc Options"  choice  	prompt "uClibc C library Version"  	default BR2_UCLIBC_VERSION_0_9_31 if (BR2_avr32 || BR2_sh) # 0.9.32 broken -	default BR2_UCLIBC_VERSION_0_9_32 +	default BR2_UCLIBC_VERSION_0_9_33  	help  	  Select the version of uClibc you wish to use. | 
