ソースを参照

FDPIC: arm could be selected in future

Waldemar Brodkorb 5 年 前
コミット
56d412cecd
1 ファイル変更1 行追加1 行削除
  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"