From 11334624c1e30d3858e15724b57178fbb93136a0 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 1 Oct 2010 16:41:05 +0200 Subject: toolchain/gdb: fix WCHAR typo Signed-off-by: Peter Korsgaard --- toolchain/gdb/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gdb') diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index edd8715f1..b45de9a70 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -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" -- cgit v1.2.3