summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binfmt
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.binfmt
parentb3fcbca1e1cf12c41d02eb8474893bd576c71714 (diff)
sh2: fix toolchain building, using bFLT
Diffstat (limited to 'target/config/Config.in.binfmt')
-rw-r--r--target/config/Config.in.binfmt5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index a3f089ca5..01a5969b9 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -9,7 +9,8 @@ depends on ADK_TARGET_ARCH_ARM \
|| ADK_TARGET_ARCH_FRV \
|| ADK_TARGET_ARCH_H8300 \
|| ADK_TARGET_ARCH_LM32 \
- || ADK_TARGET_ARCH_M68K
+ || ADK_TARGET_ARCH_M68K \
+ || ADK_TARGET_ARCH_SH
config ADK_TARGET_BINFMT_ELF
bool "ELF"
@@ -22,7 +23,7 @@ config ADK_TARGET_BINFMT_FDPIC
config ADK_TARGET_BINFMT_FLAT
bool "FLAT"
select ADK_TARGET_UCLINUX if ADK_TARGET_ARCH_BFIN
- depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && ADK_TARGET_WITHOUT_MMU \
+ depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_SH ) && ADK_TARGET_WITHOUT_MMU \
|| ADK_TARGET_ARCH_H8300 || ADK_TARGET_ARCH_LM32 || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV
config ADK_TARGET_BINFMT_DSBT