From 1deac090b0b54cd4aa7253f5e2f6e66c099192ae Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 11 Mar 2015 23:35:13 -0500 Subject: enable binfmt flat for bfin, fdpic test-suite compile fail --- toolchain/elf2flt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/elf2flt') 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 -- cgit v1.2.3