[Buildroot] [git commit] uclibc: fix sh2a option definition

Peter Korsgaard peter at korsgaard.com
Tue Feb 4 14:25:52 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=26cdb3568c6d7a9c6e9bf7910751e31719f148a5
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The uClibc options for sh2a is SH2A, not SHA2, and this value should
be used for sh2a, not sh2.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/uclibc/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 079a15c..77756e3 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -240,7 +240,7 @@ config BR2_UCLIBC_MIPS_ISA
 config BR2_UCLIBC_SH_TYPE
 	string
 	depends on BR2_UCLIBC_TARGET_ARCH = "sh"
-	default SHA2 if BR2_sh2
+	default SH2A if BR2_sh2a
 	default SH3  if BR2_sh3 || BR2_sh3eb
 	default SH4  if BR2_sh4 || BR2_sh4eb
 


More information about the buildroot mailing list