OSDN Git Service

Remove SYSTEM_LDSO option since it no longer works.
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Fri, 12 Aug 2005 23:19:44 +0000 (23:19 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Fri, 12 Aug 2005 23:19:44 +0000 (23:19 -0000)
Rules.mak
extra/Configs/Config.in

index 600fba8..81de43d 100644 (file)
--- 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)
index 4cb4216..ac5a3e1 100644 (file)
@@ -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/"