Explorar el Código

elf2flt: update binutils version

Waldemar Brodkorb hace 8 años
padre
commit
dfb00d0c8b
Se han modificado 1 ficheros con 2 adiciones y 5 borrados
  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: