From c2576ffb88dfd4c9d7ed9d41aee69893cfdfdf6d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Dec 2015 11:29:53 +0100 Subject: libstdc++ is part of gcc, use the version from gcc --- package/libstdcxx/Makefile | 13 ++----------- 1 file 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 -- cgit v1.2.3