summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-29 14:24:00 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-29 14:24:00 -0600
commit13193ae108aa4ba929045f304dca6f1787b87c69 (patch)
treecb93c28f6d07ee71c1448c26c2a90b93b1b2e88a /package
parent0e3585dae500fb0a976888f5dbdf3a37769680ec (diff)
with binutils git, uClibc toolchain does compile and link successfully.
Diffstat (limited to 'package')
-rw-r--r--package/librt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/librt/Makefile b/package/librt/Makefile
index 0b26ee121..141735347 100644
--- a/package/librt/Makefile
+++ b/package/librt/Makefile
@@ -32,8 +32,10 @@ librt-install:
${INSTALL_DIR} ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH)
ifeq ($(ADK_TARGET_LIB_MUSL),)
ifeq ($(ADK_TARGET_USE_STATIC_LIBS),)
+ifeq ($(ADK_TARGET_BINFMT_FLAT),)
${CP} ${STAGING_TARGET_DIR}/lib/librt*.so* ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH)
endif
endif
+endif
include ${ADK_TOPDIR}/mk/pkg-bottom.mk