summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-11 23:35:13 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-11 23:37:05 -0500
commit1deac090b0b54cd4aa7253f5e2f6e66c099192ae (patch)
treedfa476a0b3730b98a31a713fe318ac591b0d3576 /toolchain/elf2flt/Makefile
parent2276e97430d93813eb7a9817d7ed49b4193c8a5f (diff)
enable binfmt flat for bfin, fdpic test-suite compile fail
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 27d0942a2..e51546537 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -9,6 +9,9 @@ include ${ADK_TOPDIR}/mk/buildhlp.mk
ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
BINUTILS_VERSION:= git
endif
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_22),y)
+BINUTILS_VERSION:= 2.22
+endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_24),y)
BINUTILS_VERSION:= 2.24
endif