diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 05:53:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 05:53:21 +0200 |
commit | 6749f7e48559b1ff0231d1f9adcb8dfc85d004cc (patch) | |
tree | 45bd8949b9a08de81605c39a8414b08f6ba212e7 /toolchain/elf2flt | |
parent | 878a397d4e013de8410bb2a9a70e37c8ef895cc9 (diff) |
lm32: add binutils patch to latest, enable networking in busybox
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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;) |