diff options
author | Andre Heider <a.heider@gmail.com> | 2023-02-08 20:20:27 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-19 19:44:39 +0100 |
commit | fb0d0c0f7903d2230d1d8c5072082879b7377818 (patch) | |
tree | fdd0b64f40e581c1c14c32362ca954127c62fe6e /toolchain/binutils | |
parent | f090e6495d3a3ad989799b8e1522def09220cb19 (diff) | |
download | openwrt-fb0d0c0f7903d2230d1d8c5072082879b7377818.tar.gz openwrt-fb0d0c0f7903d2230d1d8c5072082879b7377818.tar.bz2 openwrt-fb0d0c0f7903d2230d1d8c5072082879b7377818.zip |
toolchain/binutils: get rid of outdated linaro version string hack
This reverts commit 9d1b619cb1a7dd18cd12cab0d9f93452b10e2e11.
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>
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index ef3123aeb6..636b8c4b11 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -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 |