summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-04 17:35:51 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-04 17:36:36 -0600
commit17558e836e59c9f9835a5fc832b6b86f7035d676 (patch)
tree3e031fa6d0865c97c3a00e3eef330ca2606adc92 /toolchain/elf2flt/Makefile
parentcbd2032b723edbde536f013a55eaf8139236b1ac (diff)
cleanup binfmt support, fix m68k build
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index a42398a3e..0b07d4dc0 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -6,7 +6,12 @@ include Makefile.inc
include ../rules.mk
include ${ADK_TOPDIR}/mk/buildhlp.mk
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
+BINUTILS_VERSION:= git
+endif
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_24),y)
BINUTILS_VERSION:= 2.24
+endif
$(WRKBUILD)/.headers:
$(WRKBUILD)/.configured: