Author: nbd Date: 2015-03-25 15:29:17 +0100 (Wed, 25 Mar 2015) New Revision: 44975
Modified: trunk/package/libs/toolchain/Makefile Log: toolchain: drop obsolete references to the coldfire target Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/toolchain/Makefile =================================================================== --- trunk/package/libs/toolchain/Makefile 2015-03-25 08:59:12 UTC (rev 44974) +++ trunk/package/libs/toolchain/Makefile 2015-03-25 14:29:17 UTC (rev 44975) @@ -397,17 +397,17 @@ define Package/libgcc/install $(INSTALL_DIR) $(1)/lib - $(if $(CONFIG_TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libgcc_s.so.* $(1)/lib/) + $(CP) $(TOOLCHAIN_DIR)/lib/libgcc_s.so.* $(1)/lib/ endef define Package/libatomic/install $(INSTALL_DIR) $(1)/lib - $(if $(CONFIG_GCC_VERSION_4_6)$(CONFIG_TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libatomic.so.* $(1)/lib/) + $(if $(CONFIG_GCC_VERSION_4_6),,$(CP) $(TOOLCHAIN_DIR)/lib/libatomic.so.* $(1)/lib/) endef define Package/libgfortran/install $(INSTALL_DIR) $(1)/usr/lib - $(if $(CONFIG_TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libgfortran.so.* $(1)/usr/lib/) + $(CP) $(TOOLCHAIN_DIR)/lib/libgfortran.so.* $(1)/usr/lib/ endef define Package/libssp/install _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
