mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 19:30:14 +00:00
Merge pull request #739 from stilor/sh4-gdb-uclibc
Force wide char support in uClibc if GDB8 is enabled
This commit is contained in:
commit
29ecbf84c8
@ -5,6 +5,7 @@ config GDB_GDBSERVER
|
|||||||
prompt "gdbserver"
|
prompt "gdbserver"
|
||||||
default y
|
default y
|
||||||
depends on ! BARE_METAL
|
depends on ! BARE_METAL
|
||||||
|
select LIBC_UCLIBC_WCHAR if LIBC_uClibc && GDB_8_0_or_later
|
||||||
help
|
help
|
||||||
Build and install a gdbserver for the target, to run on the target.
|
Build and install a gdbserver for the target, to run on the target.
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ config GDB_NATIVE
|
|||||||
depends on ! BARE_METAL
|
depends on ! BARE_METAL
|
||||||
depends on ! LIBC_bionic
|
depends on ! LIBC_bionic
|
||||||
depends on CC_LANG_CXX || !GDB_8_0_or_later
|
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 EXPAT_TARGET
|
||||||
select NCURSES_TARGET
|
select NCURSES_TARGET
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user