projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd3de01
)
uclibc: fix sh2a option definition
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 4 Feb 2014 14:18:23 +0000
(15:18 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 4 Feb 2014 14:25:52 +0000
(15:25 +0100)
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@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uclibc/Config.in
patch
|
blob
|
history
diff --git
a/package/uclibc/Config.in
b/package/uclibc/Config.in
index 079a15c9890975cc2d3f5c0776792b7845f09fbb..77756e3ab238b96c1007a5d04d8ddac7976e3d74 100644
(file)
--- 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 SH
A2 if BR2_sh2
+ default SH
2A if BR2_sh2a
default SH3 if BR2_sh3 || BR2_sh3eb
default SH4 if BR2_sh4 || BR2_sh4eb