浏览代码

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 年之前
父节点
当前提交
e2ffe8f1b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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