From 2044b626be8167235556d1fdda26da04c8daa204 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Fri, 12 Aug 2005 23:41:18 +0000 Subject: Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger. --- test/Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Rules.mak b/test/Rules.mak index 20000cc35..2591fa523 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -95,5 +95,5 @@ ifneq ($(strip $(HAVE_SHARED)),y) LDFLAGS += -static GLIBC_LDFLAGS += -static else - LDFLAGS += -Wl,-dynamic-linker,$(TOPDIR)lib/ld-uClibc.so.0 + LDFLAGS += -Wl,-dynamic-linker,$(TOPDIR)lib/$(UCLIBC_LDSO) endif -- cgit v1.2.3