1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 16:44:58 +02:00

link stdc++ libraries to staging_dir as some builds need to have it there (e.g. zimlib)

This commit is contained in:
Mirko Vogt 2009-11-13 21:25:25 +01:00 committed by Lars-Peter Clausen
parent 31ee690d0a
commit 370ffd20be

View File

@ -307,6 +307,11 @@ define Build/Compile
$(call Build/Compile/Default)
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib
ln -sf $(TOOLCHAIN_DIR)/usr/lib$(LIB_SUFFIX)/libstdc++.{la,a,so*} $(1)/usr/lib/
endef
define Package/base-files/install
$(CP) ./files/* $(1)/
if [ -d $(GENERIC_PLATFORM_DIR)/base-files/. ]; then \