summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2015-11-10 00:08:28 (GMT)
committerAlexey Neyman <stilor@att.net>2015-11-13 18:31:46 (GMT)
commit4d2d2ba954edc2fb893bd1d2f7a1e0acd4da23de (patch)
treeec1ad202dab99ca807fb71e46646d5c5a16660a3 /config/debug
parent6102726147a6e81fd7ec209db14337055a99b84b (diff)
Enable building expat/ncurses for host.
Then re-enable cross-gdb for nios2-spico-elf sample, previously disabled.
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in.cross2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index 549cba2..99c9825 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -8,6 +8,8 @@ config GDB_CROSS
prompt "Cross-gdb"
default y
select GDB_GDBSERVER if ! BARE_METAL
+ select EXPAT_NEEDED
+ select NCURSES_NEEDED
help
Build and install a cross-gdb for the target, to run on host.