|
@@ -4,8 +4,7 @@
|
|
|
|
|
|
|
|
|
|
config TARGET_ARCH
|
|
config TARGET_ARCH
|
|
- default "sh" if CONFIG_SH2A || CONFIG_SH2 || CONFIG_SH3 || CONFIG_SH4
|
|
+ default "sh"
|
|
- default "sh64" if CONFIG_SH5
|
|
|
|
|
|
|
|
config HAVE_ELF
|
|
config HAVE_ELF
|
|
bool
|
|
bool
|
|
@@ -42,10 +41,10 @@ choice
|
|
that uClibc will work at all....
|
|
that uClibc will work at all....
|
|
|
|
|
|
Here are the available choices:
|
|
Here are the available choices:
|
|
|
|
+ - "SH2A" Renesas SH-2A (SH7206)
|
|
- "SH2" SuperH SH-2
|
|
- "SH2" SuperH SH-2
|
|
- "SH3" SuperH SH-3
|
|
- "SH3" SuperH SH-3
|
|
- "SH4" SuperH SH-4
|
|
- "SH4" SuperH SH-4
|
|
- - "SH5" SuperH SH-5 101, 103
|
|
|
|
|
|
|
|
config CONFIG_SH2A
|
|
config CONFIG_SH2A
|
|
select ARCH_HAS_NO_MMU
|
|
select ARCH_HAS_NO_MMU
|
|
@@ -67,11 +66,5 @@ config CONFIG_SH4
|
|
select FORCE_SHAREABLE_TEXT_SEGMENTS
|
|
select FORCE_SHAREABLE_TEXT_SEGMENTS
|
|
bool "SH4"
|
|
bool "SH4"
|
|
|
|
|
|
-config CONFIG_SH5
|
|
|
|
- select ARCH_HAS_MMU
|
|
|
|
- select UCLIBC_HAS_LFS
|
|
|
|
- bool "SH5"
|
|
|
|
-
|
|
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
-
|
|
|