Selaa lähdekoodia

add new binutils version

Waldemar Brodkorb 8 vuotta sitten
vanhempi
commit
259f343bf6
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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: