mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 03:56:49 +00:00
toolchain/binutils: get rid of outdated libiberty hack
This reverts commit 68fcb15f90
.
binutils syncs libiberty from gcc, which defaults to not installing itself
since [0], see also [1].
That change is apparently part of binutils 2.24, and the oldest supported
version here is 2.37, hence we can remove this hack.
[0] https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=48d7db63ff581b026e057badf39f1f23fdf47928
[1] https://gcc.gnu.org/onlinedocs/libiberty/Using.html
Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
1f1d1ff918
commit
f090e6495d
@ -100,7 +100,6 @@ define Host/Install
|
|||||||
prefix=$(TOOLCHAIN_DIR) \
|
prefix=$(TOOLCHAIN_DIR) \
|
||||||
install
|
install
|
||||||
$(call FixupLibdir,$(TOOLCHAIN_DIR)/initial)
|
$(call FixupLibdir,$(TOOLCHAIN_DIR)/initial)
|
||||||
$(RM) $(TOOLCHAIN_DIR)/initial/lib/libiberty.a
|
|
||||||
$(CP) $(TOOLCHAIN_DIR)/bin/$(REAL_GNU_TARGET_NAME)-readelf $(HOST_BUILD_PREFIX)/bin/readelf
|
$(CP) $(TOOLCHAIN_DIR)/bin/$(REAL_GNU_TARGET_NAME)-readelf $(HOST_BUILD_PREFIX)/bin/readelf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user