diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-11 23:35:13 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-11 23:37:05 -0500 |
commit | 1deac090b0b54cd4aa7253f5e2f6e66c099192ae (patch) | |
tree | dfa476a0b3730b98a31a713fe318ac591b0d3576 /toolchain/elf2flt | |
parent | 2276e97430d93813eb7a9817d7ed49b4193c8a5f (diff) |
enable binfmt flat for bfin, fdpic test-suite compile fail
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile | 3 |
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 |