summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-04-20 06:41:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-04-20 06:41:51 +0200
commit72b01dd20f9cea273809e3437b4aba849ae658af (patch)
treeb25e73c4c832733aedf7e0736f10090a716b00ca /extra
parentce2eec56c3845ce70259e2af936d1e816c3763da (diff)
remove shared FLAT support from menuconfig, not supported by Linux kernel any longer
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in.arch25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
index 895663d1d..1ae5134b9 100644
--- a/extra/Configs/Config.in.arch
+++ b/extra/Configs/Config.in.arch
@@ -34,13 +34,6 @@ config UCLIBC_FORMAT_FLAT_SEP_DATA
bool "STATIC FLAT (sep-data)"
depends on !ARCH_USE_MMU && !TARGET_frv
select ARCH_HAS_NO_LDSO
-config UCLIBC_FORMAT_SHARED_FLAT
- bool "SHARED FLAT"
- depends on !ARCH_USE_MMU && !TARGET_frv
- select ARCH_HAS_NO_LDSO
- help
- Pick this one if you are using uClinux and wish to build
- uClibc as a flat-format shared library.
endchoice
endif
if ARCH_USE_MMU
@@ -55,24 +48,6 @@ config ARCH_HAS_DEPRECATED_SYSCALLS
this symbol controls whether there is support for these threading libraries
or not.
-config UCLIBC_SHARED_FLAT_ID
- int "Shared library ID"
- default 1
- depends on UCLIBC_FORMAT_SHARED_FLAT
- help
- When using flat shared libraries, every library has a unique
- system-wide identifier. Identifier 0 is reserved for
- executables and true shared libraries have identifiers
- starting at 1. The maximum shared library identifier is
- determined by the kernel and is usually 3. Shared library
- N must be available on the target system as "/lib/libN.so".
-
- When a shared C library is used, it usually has identifier 1,
- but you can use this option to select a different identifier
- if you need to.
-
-
-
#
# Endian Format
#