From 1deac090b0b54cd4aa7253f5e2f6e66c099192ae Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 11 Mar 2015 23:35:13 -0500 Subject: enable binfmt flat for bfin, fdpic test-suite compile fail --- target/config/Config.in.binfmt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 239442da4..283885265 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -9,6 +9,10 @@ config ADK_TARGET_BINFMT_ELF bool "ELF" depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && !ADK_TARGET_UCLINUX +config ADK_TARGET_BINFMT_FLAT + bool "FLAT" + depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_M68K) && ADK_TARGET_UCLINUX + config ADK_TARGET_BINFMT_DSBT bool "DSBT" depends on ADK_TARGET_ARCH_C6X @@ -17,10 +21,6 @@ config ADK_TARGET_BINFMT_FDPIC bool "FDPIC" depends on ADK_TARGET_ARCH_BFIN -config ADK_TARGET_BINFMT_FLAT - bool "FLAT" - depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && ADK_TARGET_UCLINUX - endchoice # Set up flat binary type -- cgit v1.2.3