summaryrefslogtreecommitdiff
path: root/package/libstdcxx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-26 18:24:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-26 18:24:45 +0200
commitb71f41a9286d34a9ac3d19a7ffa07208682c27e0 (patch)
treee5d61f5ca00ebb3bfe4fb8eef52608b09a242cfe /package/libstdcxx/Makefile
parent85a2d02040f0c755ab4522df3d336ee636e6b757 (diff)
add support for toolchain building for crisv32 architecture
Diffstat (limited to 'package/libstdcxx/Makefile')
-rw-r--r--package/libstdcxx/Makefile3
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