diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-09 19:38:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-09 19:38:22 +0200 |
commit | a0a0744e60753fbe0f2411c544d61baaa1c3ee70 (patch) | |
tree | c4eb98984a7d5eddb9d30c71ba92880dd05e61a2 /toolchain/elf2flt/Makefile | |
parent | 3967ea73d8a1f4766809225a26fac00a88dd0b49 (diff) |
add small patch to allow compile for crisv10, remove binutils 2.22
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r-- | toolchain/elf2flt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 85df86702..bde4b335e 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -9,9 +9,6 @@ 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 |