Browse Source

make sure UCLIBC_LDSO is defined if we are running in a test subdir rather than toplevel

Mike Frysinger 19 years ago
parent
commit
13ef85a17b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/Rules.mak

+ 4 - 0
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