mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
toolchain/gdb: fix WCHAR typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
10c1eec2c3
commit
11334624c1
@ -8,7 +8,7 @@ config BR2_PACKAGE_GDB
|
|||||||
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"
|
comment "Gdb debugger for the target needs WCHAR support in toolchain"
|
||||||
depends on !BR2_USE_WHCAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_GDB_SERVER
|
config BR2_PACKAGE_GDB_SERVER
|
||||||
bool "Build gdb server for the Target"
|
bool "Build gdb server for the Target"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user