toolchain/gdb: fix WCHAR typo
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 1 Oct 2010 14:41:05 +0000 (16:41 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 1 Oct 2010 14:41:05 +0000 (16:41 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gdb/Config.in

index edd8715f1f3a8d89cb551ea9def9da31d1bc6c14..b45de9a70626e66014e7e1369f3784d800dec101 100644 (file)
@@ -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"