From be0f7c05d84732da3b88e45ab791375bfe417d3c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 May 2001 05:41:56 +0000 Subject: Fix up naming of ld.so so every uses the same define. The top level was using one name and the ld.so-1 dir was using another (they happened to be the same). Fix that. -Erik --- extra/gcc-uClibc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/gcc-uClibc/Makefile b/extra/gcc-uClibc/Makefile index efae00136..773a3b429 100644 --- a/extra/gcc-uClibc/Makefile +++ b/extra/gcc-uClibc/Makefile @@ -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/$(UCLIBC_LDSO) + DYNAMIC_LINKER=$(INSTALL_DIR)/lib/$(UCLIBC_LDSO) else DYNAMIC_LINKER=$(SYSTEM_LDSO) endif -- cgit v1.2.3