summaryrefslogtreecommitdiff
path: root/scripts/build/debug/300-gdb.sh
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 /scripts/build/debug/300-gdb.sh
parent6102726147a6e81fd7ec209db14337055a99b84b (diff)
Enable building expat/ncurses for host.
Then re-enable cross-gdb for nios2-spico-elf sample, previously disabled.
Diffstat (limited to 'scripts/build/debug/300-gdb.sh')
-rw-r--r--scripts/build/debug/300-gdb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 4c8116b..657bb53 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -96,8 +96,8 @@ do_debug_gdb_build() {
cd "${CT_BUILD_DIR}/build-gdb-cross"
cross_extra_config=("${extra_config[@]}")
- cross_extra_config+=("--enable-expat")
- cross_extra_config+=("--with-expat=yes")
+ cross_extra_config+=("--with-expat")
+ cross_extra_config+=("--with-libexpat-prefix=${CT_HOST_COMPLIBS_DIR}")
case "${CT_THREADS}" in
none) cross_extra_config+=("--disable-threads");;
*) cross_extra_config+=("--enable-threads");;