[Buildroot] svn commit: trunk/buildroot/package/ltp-testsuite

sjhill at uclibc.org sjhill at uclibc.org
Sat Jun 16 18:27:38 UTC 2007


Author: sjhill
Date: 2007-06-16 11:27:38 -0700 (Sat, 16 Jun 2007)
New Revision: 18836

Log:
If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us.


Modified:
   trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk


Changeset:
Modified: trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk
===================================================================
--- trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk	2007-06-16 17:56:05 UTC (rev 18835)
+++ trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk	2007-06-16 18:27:38 UTC (rev 18836)
@@ -16,9 +16,12 @@
 #
 LTP_PATCHES:=$(subst package/ltp-testsuite/,,				 \
 	     $(wildcard package/ltp-testsuite/*.patch))
+
 ifneq ($(BR2_PTHREADS_NATIVE),y)
+  ifneq ($(BR2_EXT_PTHREADS_NATIVE),y)
 LTP_PATCHES:=$(filter-out ltp-testsuite-enable-openposix-for-nptl.patch, \
 	     $(LTP_PATCHES))
+  endif
 endif
 
 




More information about the buildroot mailing list