projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f090e64
)
toolchain/binutils: get rid of outdated linaro version string hack
author
Andre Heider
<
[email protected]
>
Wed, 8 Feb 2023 19:20:27 +0000
(20:20 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 19 Feb 2023 18:44:39 +0000
(19:44 +0100)
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 <
[email protected]
>
toolchain/binutils/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/binutils/Makefile
b/toolchain/binutils/Makefile
index ef3123aeb616ae4ab1e6b7231fd926043db13cf6..636b8c4b11576165de87327e36c5b48ade1ebff6 100644
(file)
--- 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