Author: nbd Date: 2014-10-20 13:43:08 +0200 (Mon, 20 Oct 2014) New Revision: 43004
Modified: trunk/toolchain/binutils/Makefile Log: binutils: remove linaro version string, it confuses gcc lto support detection Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/binutils/Makefile =================================================================== --- trunk/toolchain/binutils/Makefile 2014-10-20 11:42:59 UTC (rev 43003) +++ trunk/toolchain/binutils/Makefile 2014-10-20 11:43:08 UTC (rev 43004) @@ -65,6 +65,7 @@ $(call Host/Prepare/Default) ln -snf $(notdir $(HOST_BUILD_DIR)) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/ + $(SED) 's, " Linaro.*,,' $(HOST_BUILD_DIR)/bfd/version.h endef define Host/Configure _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
