diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-07-19 20:30:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-07-19 20:30:30 +0200 |
commit | 56d412cecdfb4c0be541db9ef4153f7616608d28 (patch) | |
tree | 6ba6b5806c2248a4da39406b84726714e5530138 | |
parent | ac31a792bafcac58ddcb978ae3bfb5e863960bbc (diff) |
FDPIC: arm could be selected in future
-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 6d919e7b0..ad2d7f770 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -19,7 +19,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_ARCH_SH + depends on ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV || ADK_TARGET_ARCH_SH config ADK_TARGET_BINFMT_DSBT bool "DSBT" |