Ver Fonte

elf2flt: update binutils version

Waldemar Brodkorb há 8 anos atrás
pai
commit
dfb00d0c8b
1 ficheiros alterados com 2 adições e 5 exclusões
  1. 2 5
      toolchain/elf2flt/Makefile

+ 2 - 5
toolchain/elf2flt/Makefile

@@ -15,14 +15,11 @@ endif
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_24),y)
 BINUTILS_VERSION:=	2.24
 endif
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25),y)
-BINUTILS_VERSION:=	2.25
-endif
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25_1),y)
 BINUTILS_VERSION:=	2.25.1
 endif
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_26),y)
-BINUTILS_VERSION:=	2.26
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_26_1),y)
+BINUTILS_VERSION:=	2.26.1
 endif
 
 $(WRKBUILD)/.configured: