mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
toolchain/gdb: target-gdb needs wchar support in toolchain
For the embedded readline/gettext stuff. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7b7e1bc3fb
commit
816e724a46
@ -3,9 +3,13 @@ comment "Gdb Options"
|
|||||||
config BR2_PACKAGE_GDB
|
config BR2_PACKAGE_GDB
|
||||||
bool "Build gdb debugger for the Target"
|
bool "Build gdb debugger for the Target"
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
Build the full gdb debugger to run on the target.
|
Build the full gdb debugger to run on the target.
|
||||||
|
|
||||||
|
comment "Gdb debugger for the target needs WCHAR support in toolchain"
|
||||||
|
depends on !BR2_USE_WHCAR
|
||||||
|
|
||||||
config BR2_PACKAGE_GDB_SERVER
|
config BR2_PACKAGE_GDB_SERVER
|
||||||
bool "Build gdb server for the Target"
|
bool "Build gdb server for the Target"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user