summaryrefslogtreecommitdiff
path: root/package/libstdcxx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-21 11:29:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-21 11:29:53 +0100
commitc2576ffb88dfd4c9d7ed9d41aee69893cfdfdf6d (patch)
tree46093e84201d1c0c3310ee0bf65fb68787437292 /package/libstdcxx/Makefile
parent1143631a7c6a1181963b24b9b136cbdedc2493f8 (diff)
libstdc++ is part of gcc, use the version from gcc
Diffstat (limited to 'package/libstdcxx/Makefile')
-rw-r--r--package/libstdcxx/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile
index 8da8fdf2b..21833fcbb 100644
--- a/package/libstdcxx/Makefile
+++ b/package/libstdcxx/Makefile
@@ -2,16 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
include ${ADK_TOPDIR}/rules.mk
-
-ifeq ($(ADK_TARGET_LIB_GLIBC),y)
-include ${ADK_TOPDIR}/toolchain/glibc/Makefile.inc
-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
+include ${ADK_TOPDIR}/toolchain/gcc/Makefile.inc
PKG_NAME:= libstdcxx
PKG_DESCR:= c++ support library
@@ -31,6 +22,6 @@ do-install:
${INSTALL_DIR} ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}
$(CP) ${STAGING_TARGET_DIR}/usr/${ADK_TARGET_LIBC_PATH}/libstdc++.so* \
${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}
- -@rm ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}/libstdc++.so.*-gdb.py
+ -@rm ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}/libstdc++.so.*-gdb.py 2>/dev/null
include ${ADK_TOPDIR}/mk/pkg-bottom.mk