diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-05 13:20:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-05 13:21:38 +0200 |
commit | 13987e7baab1da72f4187ef90229a8ab45f58e01 (patch) | |
tree | 22091ab06506d8f967a2c5ee635fe8ea4761f783 /package/libthread_db/Makefile | |
parent | 5ce7c00aadc63e34d8629b36b8c7cf3c9ee0c380 (diff) |
add support for uClibc-ng in parallel to uClibc.
This helps to find any regressions made in uClibc-ng.
Diffstat (limited to 'package/libthread_db/Makefile')
-rw-r--r-- | package/libthread_db/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libthread_db/Makefile b/package/libthread_db/Makefile index c8ccba9e5..6f393eeb2 100644 --- a/package/libthread_db/Makefile +++ b/package/libthread_db/Makefile @@ -9,6 +9,9 @@ endif ifeq ($(ADK_TARGET_LIB_MUSL),y) include ${ADK_TOPDIR}/toolchain/musl/Makefile.inc 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 |