Kaynağa Gözat

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

Mike Frysinger 19 yıl önce
ebeveyn
işleme
13ef85a17b
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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