From: Ulf Samuelsson Date: Fri, 12 Oct 2007 12:30:14 +0000 (-0000) Subject: Cannot copy shared c++ lib, if one has not been created X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2b3ce5c1b513d0c738c5fe19b8e8f3df3bd67b8;p=buildroot.git Cannot copy shared c++ lib, if one has not been created --- diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 4621490281..4f414fee4a 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -349,9 +349,11 @@ ifeq ($(BR2_GCC_SHARED_LIBGCC),y) $(TARGET_DIR)/lib/ endif ifeq ($(BR2_INSTALL_LIBSTDCPP),y) +ifeq ($(BR2_GCC_SHARED_LIBGCC),y) cp -dpf $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib/libstdc++.so* \ $(TARGET_DIR)/usr/lib/ endif +endif ifeq ($(BR2_INSTALL_LIBGCJ),y) cp -dpf $(STAGING_DIR)/lib/libgcj.so* $(TARGET_DIR)/lib/ cp -dpf $(STAGING_DIR)/lib/lib-org-w3c-dom.so* $(TARGET_DIR)/lib/