瀏覽代碼

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

Mike Frysinger 19 年之前
父節點
當前提交
13ef85a17b
共有 1 個文件被更改,包括 4 次插入0 次删除
  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