Commit 11334624 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain/gdb: fix WCHAR typo

parent 10c1eec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ config BR2_PACKAGE_GDB
	    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
	depends on !BR2_USE_WCHAR

config BR2_PACKAGE_GDB_SERVER
	bool "Build gdb server for the Target"