diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-22 12:08:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-22 12:09:04 +0200 |
commit | 13c9428fc4d2f5611a9930fda24ae314a19d6c36 (patch) | |
tree | e50cd1f02c10c9098a680b16008d2fd7dc495d2c /target/config | |
parent | f44df263b7317f05ce71513421af6d70171d5d21 (diff) |
sh: allow to build fdpic toolchain for pure sh architecture
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binfmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 336b0b8b0..7567b07bc 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -18,7 +18,7 @@ config ADK_TARGET_BINFMT_FLAT config ADK_TARGET_BINFMT_FDPIC bool "FDPIC" - depends on ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV || ADK_TARGET_CPU_SH_J2 + depends on ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV || ADK_TARGET_ARCH_SH config ADK_TARGET_BINFMT_DSBT bool "DSBT" |