|
@@ -50,9 +50,6 @@ choice
|
|
help
|
|
help
|
|
Select the version of gdb you wish to use.
|
|
Select the version of gdb you wish to use.
|
|
|
|
|
|
-config BR2_GDB_VERSION_7_11
|
|
|
|
- bool "gdb 7.11.x"
|
|
|
|
-
|
|
|
|
config BR2_GDB_VERSION_7_12
|
|
config BR2_GDB_VERSION_7_12
|
|
bool "gdb 7.12.x"
|
|
bool "gdb 7.12.x"
|
|
|
|
|
|
@@ -90,7 +87,6 @@ config BR2_PACKAGE_GDB_NEEDS_CXX11
|
|
config BR2_GDB_VERSION
|
|
config BR2_GDB_VERSION
|
|
string
|
|
string
|
|
default "arc-2018.03-rc2-gdb" if BR2_arc
|
|
default "arc-2018.03-rc2-gdb" if BR2_arc
|
|
- default "7.11.1" if BR2_GDB_VERSION_7_11
|
|
|
|
default "7.12.1" if BR2_GDB_VERSION_7_12
|
|
default "7.12.1" if BR2_GDB_VERSION_7_12
|
|
default "8.0.1" if BR2_GDB_VERSION_8_0 || !BR2_PACKAGE_HOST_GDB
|
|
default "8.0.1" if BR2_GDB_VERSION_8_0 || !BR2_PACKAGE_HOST_GDB
|
|
default "8.1" if BR2_GDB_VERSION_8_1
|
|
default "8.1" if BR2_GDB_VERSION_8_1
|