summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.native
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-08 07:31:34 (GMT)
committerGitHub <noreply@github.com>2017-06-08 07:31:34 (GMT)
commit29ecbf84c86098423a7228765aa9324c931eecc8 (patch)
tree215b5e38a89b9d482247ee1a19bfc467ceb4b159 /config/debug/gdb.in.native
parent10089f3c9aa41bdf12f2ca1d85d052f347dd38d5 (diff)
parent16d166c2c87a232fae40f8613d43a08fe8cbdc90 (diff)
Merge pull request #739 from stilor/sh4-gdb-uclibc
Force wide char support in uClibc if GDB8 is enabled
Diffstat (limited to 'config/debug/gdb.in.native')
-rw-r--r--config/debug/gdb.in.native1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index f199d59..80b50fc 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -6,6 +6,7 @@ config GDB_NATIVE
depends on ! BARE_METAL
depends on ! LIBC_bionic
depends on CC_LANG_CXX || !GDB_8_0_or_later
+ select LIBC_UCLIBC_WCHAR if LIBC_uClibc && GDB_8_0_or_later
select EXPAT_TARGET
select NCURSES_TARGET
help