diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Rules.mak | 2 |
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 |