소스 검색

toolchain/gdb: mark old versions as deprecated

Peter Korsgaard 16 년 전
부모
커밋
41d7b7087c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      toolchain/gdb/Config.in

+ 5 - 0
toolchain/gdb/Config.in

@@ -28,22 +28,27 @@ choice
 	config BR2_GDB_VERSION_6_2_1
 		bool "gdb 6.2.1"
 		depends on !BR2_avr32 && !BR2_nios2
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_3
 		bool "gdb 6.3"
 		depends on !BR2_avr32 && !BR2_nios2
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_4
 		bool "gdb 6.4"
 		depends on !BR2_nios2
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_5
 		bool "gdb 6.5"
 		depends on !BR2_avr32 && !BR2_nios2
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_6
 		bool "gdb 6.6"
 		depends on !BR2_avr32
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_7_1
 		bool "gdb 6.7.1"