summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-14 09:33:44 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-19 14:51:27 -0600
commitf453f2605a456e5c4dfe788e1cc1e04e075d87c2 (patch)
tree21e4c3a26c1a6b8561ed72538b799d4090496ac2 /target
parentaf1bf1cfba15f891eb6677e046116d5a4420aacb (diff)
respect TARGET_LDFLAGS
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.binfmt23
1 files changed, 12 insertions, 11 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index 88c875d84..239442da4 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -30,20 +30,21 @@ depends on ADK_TARGET_BINFMT_FLAT
default ADK_TARGET_BINFMT_FLAT_ONE
config ADK_TARGET_BINFMT_FLAT_ONE
- bool "One memory region"
- help
- All segments are linked into one memory region.
+ bool "One memory region"
+ help
+ All segments are linked into one memory region.
config ADK_TARGET_BINFMT_FLAT_SEP_DATA
- bool "Separate data and code region"
- help
- Allow for the data and text segments to be separated and placed in
- different regions of memory.
+ bool "Separate data and code region"
+ depends on ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN
+ help
+ Allow for the data and text segments to be separated and placed in
+ different regions of memory.
config ADK_TARGET_BINFMT_FLAT_SHARED
- bool "Shared binary"
- select ADK_TARGET_BINFMT_SUPPORTS_SHARED
- help
- Allow to load and link indiviual FLAT binaries at run time.
+ bool "Shared binary"
+ select ADK_TARGET_BINFMT_SUPPORTS_SHARED
+ help
+ Allow to load and link indiviual FLAT binaries at run time.
endchoice