From f453f2605a456e5c4dfe788e1cc1e04e075d87c2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 09:33:44 -0600 Subject: respect TARGET_LDFLAGS --- target/config/Config.in.binfmt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'target/config/Config.in.binfmt') 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 -- cgit v1.2.3