From 0d1b076fba319bbd480d5fcad5d4af33c5acd659 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 3 Oct 2017 16:14:37 +0200 Subject: j2/sh2: fix toolchain compiling --- toolchain/elf2flt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/elf2flt/Makefile') diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 244b61f67..e2281cd8c 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -12,6 +12,9 @@ endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y) BINUTILS_VERSION:= 2.29.1 endif +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y) +BINUTILS_VERSION:= 2.28 +endif $(WRKBUILD)/.configured: (cd $(WRKBUILD); \ -- cgit v1.2.3