mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT.
This commit is contained in:
parent
d487848a7a
commit
20fb51307a
@ -23,9 +23,9 @@ config BR2_PACKAGE_GDB_CLIENT
|
|||||||
choice
|
choice
|
||||||
prompt "GDB debuger Version"
|
prompt "GDB debuger Version"
|
||||||
default BR2_GDB_VERSION_6_3
|
default BR2_GDB_VERSION_6_3
|
||||||
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_HOST_GDB
|
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_CLIENT
|
||||||
help
|
help
|
||||||
Select the version of gcc you wish to use.
|
Select the version of gdb you wish to use.
|
||||||
|
|
||||||
config BR2_GDB_VERSION_6_1_1
|
config BR2_GDB_VERSION_6_1_1
|
||||||
bool "gdb 6.1.1"
|
bool "gdb 6.1.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user