Browse Source

FDPIC: arm could be selected in future

Waldemar Brodkorb 5 years ago
parent
commit
56d412cecd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/config/Config.in.binfmt

+ 1 - 1
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"