diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-07 00:17:46 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-07 00:17:56 -0500 |
commit | 05bc8e4702554eb96f25b601171deb86305bbf49 (patch) | |
tree | 8e2d892ce7769ce474edc69efe778a5bc37b40fd /toolchain | |
parent | 4a3faaba0887f8d79b055864ec43054ba0820666 (diff) |
use binutils 2.22 for coldfire, too
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/elf2flt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index a42398a3e..4017c2ad3 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -6,7 +6,7 @@ include Makefile.inc include ../rules.mk include ${ADK_TOPDIR}/mk/buildhlp.mk -BINUTILS_VERSION:= 2.24 +BINUTILS_VERSION:= 2.22 $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: |