mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us.
This commit is contained in:
parent
07feaa5736
commit
a7dae1919c
@ -16,9 +16,12 @@ LTP_TESTSUITE_DIR:=$(LTP_TESTSUITE_ROOT)/ltp-full-$(LTP_TESTSUITE_VERSION)
|
|||||||
#
|
#
|
||||||
LTP_PATCHES:=$(subst package/ltp-testsuite/,, \
|
LTP_PATCHES:=$(subst package/ltp-testsuite/,, \
|
||||||
$(wildcard package/ltp-testsuite/*.patch))
|
$(wildcard package/ltp-testsuite/*.patch))
|
||||||
|
|
||||||
ifneq ($(BR2_PTHREADS_NATIVE),y)
|
ifneq ($(BR2_PTHREADS_NATIVE),y)
|
||||||
|
ifneq ($(BR2_EXT_PTHREADS_NATIVE),y)
|
||||||
LTP_PATCHES:=$(filter-out ltp-testsuite-enable-openposix-for-nptl.patch, \
|
LTP_PATCHES:=$(filter-out ltp-testsuite-enable-openposix-for-nptl.patch, \
|
||||||
$(LTP_PATCHES))
|
$(LTP_PATCHES))
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user