diff options
-rw-r--r-- | test/Rules.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index 2591fa523..8f3167c71 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -10,6 +10,10 @@ TESTDIR=$(TOPDIR)test/ -include $(TOPDIR).config +ifndef UCLIBC_LDSO +UCLIBC_LDSO := ld-uClibc.so.0 +endif + #-------------------------------------------------------- # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C |