diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-13 15:56:30 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-13 15:56:36 -0600 |
commit | 1edde6f7139ba978fb8a3567bf57a1c4193fc448 (patch) | |
tree | 4dd7678aaf757c23aca2ce3eaa71d878644a43d3 /package/libpthread | |
parent | c83a475fd78e6a3ffd30b43db47bf7492c4f1039 (diff) |
libpthread is used on non-NPTL systems for test suite runs. like atmel ngw100
Diffstat (limited to 'package/libpthread')
-rw-r--r-- | package/libpthread/Makefile | 2 |
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 |