mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
toolchain/binutils: get rid of outdated linaro version string hack
This reverts commit9d1b619cb1
. No Linaro binutils are supported anymore, the leftover removal commit missed one line. Fixes:b648e1c0
"binutils: remove 2.25.1 support and leftovers of older versions" Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
f090e6495d
commit
fb0d0c0f79
@ -84,7 +84,6 @@ 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/Compile
|
||||
|
Loading…
Reference in New Issue
Block a user