Explorar el Código

add new binutils version

Waldemar Brodkorb hace 10 años
padre
commit
259f343bf6
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      toolchain/elf2flt/Makefile

+ 3 - 0
toolchain/elf2flt/Makefile

@@ -18,6 +18,9 @@ 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
 
 $(WRKBUILD)/.headers:
 $(WRKBUILD)/.configured: