Sfoglia il codice sorgente

binutils: fix name of Binutils 2.25.1

The Binutils version 2.25.1 was not a Linaro version, but a normal
upstream Binutils version, fix the name.

Signed-off-by: Hauke Mehrtens <[email protected]>
Reported-by: Alexey Brodkin <[email protected]>

SVN-Revision: 46946
Hauke Mehrtens 10 anni fa
parent
commit
e2ffe8f1b9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      toolchain/binutils/Config.in

+ 1 - 1
toolchain/binutils/Config.in

@@ -10,7 +10,7 @@ choice
 		bool "Linaro binutils 2.24"
 
 	config BINUTILS_VERSION_2_25_1
-		bool "Linaro binutils 2.25.1"
+		bool "Binutils 2.25.1"
 
 endchoice