projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1add7c5
)
uClibc: disallow 0.9.32 on avr32
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 15 Aug 2011 17:16:03 +0000
(19:16 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 15 Aug 2011 17:17:36 +0000
(19:17 +0200)
Build breaks during gcc-intermediate step with 0.9.32.
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 16b2be415f5768ea528714ea2075ed48d0445dea..9f3c7b3c73f0d2794026c51d30dc7510cb527845 100644
(file)
--- a/
toolchain/uClibc/Config.in
+++ b/
toolchain/uClibc/Config.in
@@
-5,6
+5,7
@@
comment "uClibc Options"
choice
prompt "uClibc C library Version"
+ default BR2_UCLIBC_VERSION_0_9_31 if BR2_avr32 # 0.9.32 broken
default BR2_UCLIBC_VERSION_0_9_32
help
Select the version of uClibc you wish to use.
@@
-18,6
+19,7
@@
choice
config BR2_UCLIBC_VERSION_0_9_32
bool "uClibc 0.9.32.x"
+ depends on !BR2_avr32
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "daily snapshot"