svn commit: trunk/uClibc/test
aldot at uclibc.org
aldot at uclibc.org
Fri Jul 11 16:45:22 UTC 2008
Author: aldot
Date: 2008-07-11 09:45:19 -0700 (Fri, 11 Jul 2008)
New Revision: 22791
Log:
- do not test pthread if threads are not available
Modified:
trunk/uClibc/test/Makefile
Changeset:
Modified: trunk/uClibc/test/Makefile
===================================================================
--- trunk/uClibc/test/Makefile 2008-07-11 16:24:02 UTC (rev 22790)
+++ trunk/uClibc/test/Makefile 2008-07-11 16:45:19 UTC (rev 22791)
@@ -35,6 +35,9 @@
ifeq ($(UCLIBC_HAS_CRYPT_STUB),y)
DIRS := $(filter-out crypt,$(DIRS))
endif
+ifeq ($(HAS_NO_THREADS),y)
+ DIRS := $(filter-out pthread,$(DIRS))
+endif
DIRS := $(filter-out math,$(DIRS))
More information about the uClibc-cvs
mailing list