Browse Source

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

Mike Frysinger 19 năm trước cách đây
mục cha
commit
13ef85a17b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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