[uClibc] patch for test

Peter S. Mazinger ps.m at gmx.net
Mon Feb 2 12:49:03 UTC 2004


Hello!

Please apply the attached patch, so tests will work. I have removed 
dlopen from DIRS (it's added later ifdef'd), I am not sure about 
BUILD_*LDSO as condition, please correct.

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2

____________________________________________________________________
Miert fizetsz az internetert? Korlatlan, ingyenes internet hozzaferes a FreeStarttol.
Probald ki most! http://www.freestart.hu
-------------- next part --------------
--- test/Makefile.mps	2004-02-02 13:41:58.000000000 +0100
+++ test/Makefile	2004-02-02 13:44:32.000000000 +0100
@@ -22,7 +22,7 @@
 .EXPORT_ALL_VARIABLES:
 
 
-ALL_SUBDIRS = args assert ctype dlopen pwd_grp signal silly stdlib string unistd crypt #misc
+ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd crypt #misc
 DIRS = $(ALL_SUBDIRS)
 #ifeq ($(TARGET_ARCH), $(HOST_ARCH))
 #	DIRS = $(ALL_SUBDIRS)
@@ -30,11 +30,11 @@
 #	DIRS =
 #endif
 ifeq ($(strip $(HAVE_SHARED)),true)
-  ifeq ($(strip $(DODYNAMIC)),true)
+  ifeq ($(strip $(BUILD_UCLIBC_LDSO),true)
 	DIRS += dlopen
   endif	
 endif	
-ifeq ($(strip $(INCLUDE_THREADS)),true)
+ifeq ($(strip $(UCLIBC_HAS_THREADS)),true)
     DIRS += pthread
 endif	
 
--- test/Rules.mak.mps	2004-02-02 13:09:18.000000000 +0100
+++ test/Rules.mak	2004-02-02 13:41:42.000000000 +0100
@@ -44,7 +44,7 @@
 CROSS=
 CC= $(CROSS)gcc
 STRIPTOOL=strip
-LDD=../$(TESTDIR)ldso/util/ldd
+LDD=../$(TOPDIR)/utils/ldd
 
 RM= rm -f
 


More information about the uClibc mailing list