summaryrefslogtreecommitdiffstats
path: root/package/gdb/Config.in.host
diff options
context:
space:
mode:
Diffstat (limited to 'package/gdb/Config.in.host')
-rw-r--r--package/gdb/Config.in.host4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index cc1dc400f0..35eb418849 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -40,6 +40,9 @@ choice
config BR2_GDB_VERSION_7_10
bool "gdb 7.10.x"
+ config BR2_GDB_VERSION_7_11
+ bool "gdb 7.11.x"
+
endchoice
endif
@@ -53,3 +56,4 @@ config BR2_GDB_VERSION
default "7.8.2" if BR2_GDB_VERSION_7_8
default "7.9.1" if BR2_GDB_VERSION_7_9 || !BR2_PACKAGE_HOST_GDB
default "7.10.1" if BR2_GDB_VERSION_7_10
+ default "7.11" if BR2_GDB_VERSION_7_11
OpenPOWER on IntegriCloud