From 6749f7e48559b1ff0231d1f9adcb8dfc85d004cc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 12 Apr 2025 05:53:21 +0200 Subject: lm32: add binutils patch to latest, enable networking in busybox --- toolchain/elf2flt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/elf2flt') diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 4177d54d7..369827404 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -46,6 +46,10 @@ ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y) BINUTILS_VERSION:= 2.28 BFDLIB:= libbfd.a endif +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_26),y) +BINUTILS_VERSION:= 2.26 +BFDLIB:= libbfd.a +endif $(WRKBUILD)/.configured: (cd $(WRKBUILD); PATH='${HOST_PATH}' autoreconf -vif;) -- cgit v1.2.3