diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-27 02:11:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-27 02:11:55 +0100 |
commit | 647aaca685077af71438500dccff7b6c19a0e723 (patch) | |
tree | 8fb32bfff6b546d24500b9bc804fd79cd1f7816b /target | |
parent | 5e69c04c6e5557f5bb45850e06fb2a1d747a6f9d (diff) |
binfmt: remove flat shared, does not compile
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binfmt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index fe3b66082..0986c6f23 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -49,11 +49,6 @@ config ADK_TARGET_BINFMT_FLAT_SEP_DATA 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" - help - Allow to load and link indiviual FLAT binaries at run time. - endchoice config ADK_TARGET_BINFMT |