summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/libpthread/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile
index f33fe7684..bba9cb7f3 100644
--- a/package/libpthread/Makefile
+++ b/package/libpthread/Makefile
@@ -34,11 +34,9 @@ INSTALL_STYLE:= manual
libpthread-install:
ifneq ($(ADK_TARGET_LIB_MUSL),y)
ifneq ($(ADK_TARGET_USE_STATIC_LIBS),y)
-ifeq ($(ADK_TARGET_WITH_NPTL),y)
${INSTALL_DIR} ${IDIR_LIBPTHREAD}/$(ADK_TARGET_LIBC_PATH)
${CP} ${STAGING_TARGET_DIR}/lib/libpthread*.so* ${IDIR_LIBPTHREAD}/$(ADK_TARGET_LIBC_PATH)
endif
endif
-endif
include ${ADK_TOPDIR}/mk/pkg-bottom.mk