From a0a0744e60753fbe0f2411c544d61baaa1c3ee70 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 9 Jul 2016 19:38:22 +0200 Subject: add small patch to allow compile for crisv10, remove binutils 2.22 --- toolchain/elf2flt/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolchain/elf2flt/Makefile') 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 -- cgit v1.2.3