diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-11 17:18:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-11 17:18:57 +0200 |
commit | caf7cf1a9ceb76481bea92282e886cce420b07ff (patch) | |
tree | 452028468d49e94d20b5c7cdffad1065a98f52ce /package/librt | |
parent | 0bdeb3a8e7a5bf05dee49a8cf42701a51927ec15 (diff) |
remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS
Diffstat (limited to 'package/librt')
-rw-r--r-- | package/librt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/librt/Makefile b/package/librt/Makefile index 141735347..aabac631b 100644 --- a/package/librt/Makefile +++ b/package/librt/Makefile @@ -9,9 +9,6 @@ endif ifeq ($(ADK_TARGET_LIB_UCLIBC_NG),y) include ${ADK_TOPDIR}/toolchain/uclibc-ng/Makefile.inc endif -ifeq ($(ADK_TARGET_LIB_UCLIBC),y) -include ${ADK_TOPDIR}/toolchain/uclibc/Makefile.inc -endif PKG_NAME:= librt PKG_DESCR:= realtime library |