소스 검색

toolchain/binutils: completely remove 2.28 support

Commit 15e963915963cda515311531b182b9e0c52f35a0 removed support for
binutils version 2.28 but did not remove it as selectable item
from Binutils Version; let's remove this leftover as well.

Signed-off-by: Hans Dedecker <[email protected]>
Hans Dedecker 7 년 전
부모
커밋
ddb70e7298
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      toolchain/binutils/Config.in

+ 0 - 5
toolchain/binutils/Config.in

@@ -12,11 +12,6 @@ choice
 		bool "Binutils 2.27"
 		bool "Binutils 2.27"
 		select BINUTILS_VERSION_2_27
 		select BINUTILS_VERSION_2_27
 
 
-	config BINUTILS_USE_VERSION_2_28
-		depends on !arc
-		bool "Binutils 2.28"
-		select BINUTILS_VERSION_2_28
-
 	config BINUTILS_USE_VERSION_2_29_ARC
 	config BINUTILS_USE_VERSION_2_29_ARC
 		depends on arc
 		depends on arc
 		bool "ARC binutils 2.29"
 		bool "ARC binutils 2.29"