From 56d412cecdfb4c0be541db9ef4153f7616608d28 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 19 Jul 2018 20:30:30 +0200 Subject: FDPIC: arm could be selected in future --- target/config/Config.in.binfmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3