projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5fd0f2
)
uClibc: default to 0.9.33
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 20 Mar 2012 08:16:42 +0000
(09:16 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 20 Mar 2012 08:20:23 +0000
(09:20 +0100)
This is the current stable version, and E.G. systemd doesn't build with
earlier versions.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/uClibc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/uClibc/Config.in
b/toolchain/uClibc/Config.in
index ed9d2f5b82c818647ad14a11a54d760d6a8bcb47..64c5a9f510e604d7525b7614b1c20ff81e3b085a 100644
(file)
--- 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_3
2
+ default BR2_UCLIBC_VERSION_0_9_3
3
help
Select the version of uClibc you wish to use.