summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-12 23:19:44 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-12 23:19:44 +0000
commit8d5946b7274b280ccecf576df86ac918392a4969 (patch)
treebe5d4665b351c125aab40dd63089b7bb18cb684b
parent066d0837ffd09cca2eabbe7208497df11c577276 (diff)
Remove SYSTEM_LDSO option since it no longer works.
-rw-r--r--Rules.mak5
-rw-r--r--extra/Configs/Config.in14
2 files changed, 1 insertions, 18 deletions
diff --git a/Rules.mak b/Rules.mak
index 600fba877..81de43dd0 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -318,10 +318,7 @@ ifeq ($(HAVE_SHARED),y)
ifeq ($(BUILD_UCLIBC_LDSO),y)
LDSO:=$(TOPDIR)lib/$(UCLIBC_LDSO)
DYNAMIC_LINKER:=$(SHARED_LIB_LOADER_PREFIX)/$(UCLIBC_LDSO)
- else
- LDSO:=$(SYSTEM_LDSO)
- DYNAMIC_LINKER:=/lib/$(strip $(subst ",, $(notdir $(SYSTEM_LDSO))))
- endif
+ endif
endif
CFLAGS_NOPIC:=$(CFLAGS)
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 4cb4216bb..ac5a3e104 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1080,20 +1080,6 @@ config SHARED_LIB_LOADER_PREFIX
sitting in the directory this points to, your binaries will not
run.
-config SYSTEM_LDSO
- string "System shared library loader"
- depends on HAVE_SHARED && !BUILD_UCLIBC_LDSO
- default "/lib/ld-linux.so.2"
- help
- If you are using shared libraries, but do not want/have a native
- uClibc shared library loader, please specify the name of your
- target system's shared library loader here...
-
- BIG FAT WARNING:
- If you do not have a shared library loader with the correct name
- sitting in the directory this points to, your binaries will not
- run.
-
config RUNTIME_PREFIX
string "uClibc runtime library directory"
default "/usr/$(TARGET_ARCH)-linux-uclibc/"