[openwrt/openwrt] toolchain/binutils: get rid of outdated linaro version string hack
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 19 10:45:31 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fb0d0c0f7903d2230d1d8c5072082879b7377818
commit fb0d0c0f7903d2230d1d8c5072082879b7377818
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Wed Feb 8 20:20:27 2023 +0100
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 at gmail.com>
---
toolchain/binutils/Makefile | 1 -
1 file changed, 1 deletion(-)
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
More information about the lede-commits
mailing list