diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 10:21:59 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 10:21:59 +0200 |
| commit | b2c15413414e1060938d682df3a0f2c9534cf012 (patch) | |
| tree | de3369d7f51557e37b79fcbf7e7f43204e3a5433 /package/libstdcxx/Makefile | |
| parent | 0eb32a8e2e000218959606af4a54a55fc4598eea (diff) | |
| parent | 165994403a52976f00b993b9e1899e331cce4f61 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libstdcxx/Makefile')
| -rw-r--r-- | package/libstdcxx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile index 360163d43..b95cfcba2 100644 --- a/package/libstdcxx/Makefile +++ b/package/libstdcxx/Makefile @@ -12,6 +12,9 @@ endif ifeq ($(ADK_TARGET_LIB_UCLIBC),y) include ${ADK_TOPDIR}/toolchain/uclibc/Makefile.inc endif +ifeq ($(ADK_TARGET_LIB_UCLIBC_NG),y) +include ${ADK_TOPDIR}/toolchain/uclibc-ng/Makefile.inc +endif PKG_NAME:= libstdcxx PKG_DESCR:= c++ support library |
