Skip to content

Commit

Permalink
Merge pull request #571 from stilor/issue-569
Browse files Browse the repository at this point in the history
Require C++ support for gdbserver 7.12 or newer
  • Loading branch information
stilor committed Feb 3, 2017
2 parents 1baddb1 + 26ce994 commit 295381a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/debug/gdb.in.cross
Expand Up @@ -7,7 +7,6 @@ config GDB_CROSS
bool
prompt "Cross-gdb"
default y
select GDB_GDBSERVER if ! BARE_METAL
select EXPAT_NEEDED
select NCURSES_NEEDED
help
Expand Down
1 change: 1 addition & 0 deletions config/debug/gdb.in.gdbserver
Expand Up @@ -4,6 +4,7 @@ config GDB_GDBSERVER
bool
prompt "gdbserver"
depends on ! BARE_METAL
depends on CC_LANG_CXX || !GDB_7_12_or_later
help
Build and install a gdbserver for the target, to run on the target.

Expand Down

0 comments on commit 295381a

Please sign in to comment.