binutils: remove linaro version string, it confuses gcc lto support detection

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43004
This commit is contained in:
Felix Fietkau 2014-10-20 11:43:08 +00:00
parent 20e7ccc3a2
commit 9d1b619cb1
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ define Host/Prepare
$(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