diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-16 20:24:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-16 20:24:47 +0100 |
commit | 773a4f8792603d3704c7a7169d25dc23332edd15 (patch) | |
tree | ded1c5819b90e8abb218b029b292f064964fefae /target | |
parent | 1c2054ea95c279ae221b354f1f33d01a819c4d0e (diff) |
fix logic, do not allow bflat choice for FDPIC
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binfmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index ef44ddc95..639663f9a 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -36,7 +36,7 @@ endchoice # Set up flat binary type choice prompt "FLAT Binary type" -depends on ADK_TARGET_BINFMT_FLAT && ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN +depends on ADK_TARGET_BINFMT_FLAT && (ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN) default ADK_TARGET_BINFMT_FLAT_ONE config ADK_TARGET_BINFMT_FLAT_ONE |