[uClibc-cvs] svn commit: trunk/uClibc/test

vapier at uclibc.org vapier at uclibc.org
Wed Aug 17 02:29:09 UTC 2005


Author: vapier
Date: 2005-08-16 20:29:08 -0600 (Tue, 16 Aug 2005)
New Revision: 11180

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

Modified:
   trunk/uClibc/test/Rules.mak


Changeset:
Modified: trunk/uClibc/test/Rules.mak
===================================================================
--- trunk/uClibc/test/Rules.mak	2005-08-17 01:55:58 UTC (rev 11179)
+++ trunk/uClibc/test/Rules.mak	2005-08-17 02:29:08 UTC (rev 11180)
@@ -10,6 +10,10 @@
 
 -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




More information about the uClibc-cvs mailing list