aboutsummaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-04-01 21:02:36 -0700
committerAlexey Neyman <stilor@att.net>2019-04-04 18:57:42 -0700
commit19cc968f33e9fa6eea2082e2ac5a0ca6ef3390cf (patch)
treeabdd873f40e24f3fa6d465237059ec0b053050f0 /config/debug
parentd4fd69d5f1348613c22c88031de84d7dafd7301f (diff)
downloadcrosstool-ng-19cc968f33e9fa6eea2082e2ac5a0ca6ef3390cf.tar.gz
crosstool-ng-19cc968f33e9fa6eea2082e2ac5a0ca6ef3390cf.tar.bz2
crosstool-ng-19cc968f33e9fa6eea2082e2ac5a0ca6ef3390cf.zip
Require WCHAR in uClibc for all GDB versions
if building natively. 7.12.1 and 7.11.1 are also breaking in absence of <wctype.h> Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index df3ca7c5..101e8246 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -6,7 +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 LIBC_UCLIBC_WCHAR if LIBC_UCLIBC
select EXPAT_TARGET
select NCURSES_TARGET
help