diff options
Diffstat (limited to 'package/gdb/Config.in.host')
-rw-r--r-- | package/gdb/Config.in.host | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index 3207794299..7b05796285 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -41,6 +41,9 @@ choice config BR2_GDB_VERSION_7_9 bool "gdb 7.9.x" + config BR2_GDB_VERSION_7_10 + bool "gdb 7.10.x" + endchoice endif @@ -54,3 +57,4 @@ config BR2_GDB_VERSION default "7.7.1" if BR2_GDB_VERSION_7_7 default "7.8.2" if BR2_GDB_VERSION_7_8 || !BR2_PACKAGE_HOST_GDB default "7.9.1" if BR2_GDB_VERSION_7_9 + default "7.10" if BR2_GDB_VERSION_7_10 |