summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-10-02 20:37:36 (GMT)
committerGitHub <noreply@github.com>2019-10-02 20:37:36 (GMT)
commit3f461da11f1f8e9dcfdffef24e1982b5ffd10305 (patch)
treebb0250d3b51e78260c087fb23e45d11a7babd47a /config
parent3c0ac9fbfdd2262e46fff0bc5556eed6fedd6e26 (diff)
parent8a7f46f151cd689c1564f4649108eb75439b8003 (diff)
Merge pull request #1253 from stilor/updates
Updates
Diffstat (limited to 'config')
-rw-r--r--config/debug/gdb.in.native4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index 101e824..917a770 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -6,7 +6,8 @@ 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
+ select LIBC_UCLIBC_WCHAR if LIBC_UCLIBC && GDB_8_0_or_later
+ select LIBC_UCLIBC_IPV6 if LIBC_UCLIBC && GDB_8_3_or_later
select EXPAT_TARGET
select NCURSES_TARGET
help
@@ -18,6 +19,7 @@ config GDB_GDBSERVER
default y
depends on ! BARE_METAL
select LIBC_UCLIBC_WCHAR if LIBC_UCLIBC && GDB_8_0_or_later
+ select LIBC_UCLIBC_IPV6 if LIBC_UCLIBC && GDB_8_3_or_later
help
Build and install a gdbserver for the target, to run on the target.