diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-01 16:41:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-01 16:41:05 +0200 |
commit | 11334624c1e30d3858e15724b57178fbb93136a0 (patch) | |
tree | efff7c65d485274e7be6bc620dcbf987d8a70484 /toolchain/gdb | |
parent | 10c1eec2c3351e8a7040431d3178b5a3104db5a2 (diff) | |
download | buildroot-novena-11334624c1e30d3858e15724b57178fbb93136a0.tar.gz buildroot-novena-11334624c1e30d3858e15724b57178fbb93136a0.zip |
toolchain/gdb: fix WCHAR typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |