1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 02:42:01 +03:00

gcc-mips: copy missing files manually

https://dev.openwrt.org/ticket/8603
This commit is contained in:
kyak 2011-01-10 18:30:38 +03:00
parent 8de229d4ed
commit 5282f81923

View File

@ -89,6 +89,7 @@ define Package/gcc-mips/install
cp -rf $(TOOLCHAIN_DIR)/usr/include/* $(1)/usr/lib/$(PKG_NAME)/$(REAL_GNU_TARGET_NAME)/$(PKG_VERSION)/include
cp -rf $(TOOLCHAIN_DIR)/usr/lib/*.{a,la,o} $(1)/usr/lib/$(PKG_NAME)/$(REAL_GNU_TARGET_NAME)/$(PKG_VERSION)
cp -rf $(TOOLCHAIN_DIR)/lib/* $(1)/usr/lib/$(PKG_NAME)/$(REAL_GNU_TARGET_NAME)/$(PKG_VERSION)
cp $(STAGING_DIR)/usr/lib/libopcodes*.so $(1)/usr/lib
endef
$(eval $(call BuildPackage,gcc-mips))