summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-03 16:14:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-03 16:15:20 +0200
commit0d1b076fba319bbd480d5fcad5d4af33c5acd659 (patch)
tree658f411f3cde03e9146596441fddf5de85e525c5 /toolchain/elf2flt/Makefile
parentfa6fcbc9f75bc5a5962f9dd4327ae80ea35c59a7 (diff)
j2/sh2: fix toolchain compiling
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile3
1 files changed, 3 insertions, 0 deletions
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); \