Explorar o código

gdb: add 7.2a version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard %!s(int64=14) %!d(string=hai) anos
pai
achega
228bde4dbe
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      toolchain/gdb/Config.in

+ 6 - 0
toolchain/gdb/Config.in

@@ -57,6 +57,11 @@ choice
 		depends on !BR2_bfin
 		select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE
 
+	config BR2_GDB_VERSION_7_2
+		bool "gdb 7.2.x"
+		depends on !BR2_bfin
+		select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE
+
 	config BR2_GDB_VERSION_7_3
 		bool "gdb 7.3.x"
 		depends on !BR2_bfin
@@ -71,4 +76,5 @@ config BR2_GDB_VERSION
 	default "6.8a"     if BR2_GDB_VERSION_6_8
 	default "7.0.1a"   if BR2_GDB_VERSION_7_0_1
 	default "7.1a"     if BR2_GDB_VERSION_7_1
+	default "7.2a"     if BR2_GDB_VERSION_7_2
 	default "7.3.1"    if BR2_GDB_VERSION_7_3