From 5282f819237de47c92c67fa2759e9144d428b90a Mon Sep 17 00:00:00 2001 From: kyak Date: Mon, 10 Jan 2011 18:30:38 +0300 Subject: [PATCH] gcc-mips: copy missing files manually https://dev.openwrt.org/ticket/8603 --- gcc-mips/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc-mips/Makefile b/gcc-mips/Makefile index d2c2d35..fb1544a 100644 --- a/gcc-mips/Makefile +++ b/gcc-mips/Makefile @@ -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))