* [Buildroot] [PATCH] toolchain/uClibc: enable 0.9.33.1 for sh
@ 2012-05-03 1:24 Gustavo Zacarias
2012-05-03 15:15 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2012-05-03 1:24 UTC (permalink / raw)
To: buildroot
Enable uClibc 0.9.33.1 for the SH architecture.
Builds and works fine with the qemu sample config.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
toolchain/uClibc/Config.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index 55e2f8b..160ead4 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -5,7 +5,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_31 if BR2_avr32 # 0.9.32 broken
default BR2_UCLIBC_VERSION_0_9_33
help
Select the version of uClibc you wish to use.
@@ -19,7 +19,7 @@ choice
config BR2_UCLIBC_VERSION_0_9_33
bool "uClibc 0.9.33.x"
- depends on !(BR2_avr32 || BR2_sh)
+ depends on !BR2_avr32
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "daily snapshot"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-03 15:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 1:24 [Buildroot] [PATCH] toolchain/uClibc: enable 0.9.33.1 for sh Gustavo Zacarias
2012-05-03 15:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox