OSDN Git Service

Use the symbolic name, don't hard code.
authorEric Andersen <andersen@codepoet.org>
Mon, 7 May 2001 22:02:05 +0000 (22:02 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 7 May 2001 22:02:05 +0000 (22:02 -0000)
extra/gcc-uClibc/Makefile

index d28ab8c..efae001 100644 (file)
@@ -3,7 +3,7 @@ include $(TOPDIR)Rules.mak
 
 # NOTE: This may need to be modified for your system
 ifeq ($(LDSO_PRESENT), $(TARGET_ARCH))
-       DYNAMIC_LINKER = $(INSTALL_DIR)/lib/ld-linux-uclibc.so.$(MAJOR_VERSION)
+       DYNAMIC_LINKER = $(INSTALL_DIR)/lib/$(UCLIBC_LDSO)
 else
        DYNAMIC_LINKER=$(SYSTEM_LDSO)
 endif