diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-11 23:35:13 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-11 23:37:05 -0500 |
commit | 1deac090b0b54cd4aa7253f5e2f6e66c099192ae (patch) | |
tree | dfa476a0b3730b98a31a713fe318ac591b0d3576 /target/config | |
parent | 2276e97430d93813eb7a9817d7ed49b4193c8a5f (diff) |
enable binfmt flat for bfin, fdpic test-suite compile fail
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binfmt | 8 |
1 files changed, 4 insertions, 4 deletions
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 |