瀏覽代碼

toolchain/gdb: target-gdb needs wchar support in toolchain

For the embedded readline/gettext stuff.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 年之前
父節點
當前提交
816e724a46
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      toolchain/gdb/Config.in

+ 4 - 0
toolchain/gdb/Config.in

@@ -3,9 +3,13 @@ comment "Gdb Options"
 config BR2_PACKAGE_GDB
 	bool "Build gdb debugger for the Target"
 	select BR2_PACKAGE_NCURSES
+	depends on BR2_USE_WCHAR
 	help
 	    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
+
 config BR2_PACKAGE_GDB_SERVER
 	bool "Build gdb server for the Target"
 	help