max80211: rt2x00: load the eeprom data from a file on Ralink SoCs
[openwrt.git] / package / base-files / Makefile
index ca4a689..958f8ec 100644 (file)
@@ -489,7 +489,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
 
   define Package/libgcc/install
        $(INSTALL_DIR) $(1)/lib
-       $(CP) $(PKG_BUILD_DIR)/libgcc_s.so.* $(1)/lib/
+       $(CP) $(TOOLCHAIN_DIR)/lib/libgcc_s.so.* $(1)/lib/
   endef
 
   define Package/libgfortran/install
This page took 0.031677 seconds and 4 git commands to generate.