summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-12 23:41:18 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-12 23:41:18 +0000
commit2044b626be8167235556d1fdda26da04c8daa204 (patch)
tree93c07642b4797a3491dbdef0ac899d52b5d2dec1 /test
parent8d5946b7274b280ccecf576df86ac918392a4969 (diff)
Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.
Diffstat (limited to 'test')
-rw-r--r--test/Rules.mak2
1 files changed, 1 insertions, 1 deletions
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