projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c1eec
)
toolchain/gdb: fix WCHAR typo
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 1 Oct 2010 14:41:05 +0000
(16:41 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Config.in
b/toolchain/gdb/Config.in
index edd8715f1f3a8d89cb551ea9def9da31d1bc6c14..b45de9a70626e66014e7e1369f3784d800dec101 100644
(file)
--- 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_W
HC
AR
+ depends on !BR2_USE_W
CH
AR
config BR2_PACKAGE_GDB_SERVER
bool "Build gdb server for the Target"