summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-04 17:39:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-04 17:39:59 +0100
commitfde681d8d651c8074e2c0a92e153f942eeb01991 (patch)
tree688e3252a6645934b1123c6955dbcf475fddecb0 /target/config/Config.in.cpu
parentb3fcbca1e1cf12c41d02eb8474893bd576c71714 (diff)
sh2: fix toolchain building, using bFLT
Diffstat (limited to 'target/config/Config.in.cpu')
-rw-r--r--target/config/Config.in.cpu4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index 183c3ffd3..43e0def8f 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -612,10 +612,14 @@ config ADK_CPU_PPC64
config ADK_CPU_SH2
bool
select ADK_TARGET_WITHOUT_MMU
+ select ADK_TARGET_WITH_LT
+ select ADK_TARGET_WITHOUT_CXX
config ADK_CPU_SH2A
bool
select ADK_TARGET_WITHOUT_MMU
+ select ADK_TARGET_WITH_LT
+ select ADK_TARGET_WITHOUT_CXX
config ADK_CPU_SH3
bool