diff options
-rw-r--r-- | toolchain/elf2flt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 57c1e8aaf..85df86702 100644 --- a/toolchain/elf2flt/Makefile +++ b/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: |