From 4d2d2ba954edc2fb893bd1d2f7a1e0acd4da23de Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 9 Nov 2015 16:08:28 -0800 Subject: Enable building expat/ncurses for host. Then re-enable cross-gdb for nios2-spico-elf sample, previously disabled. --- scripts/build/debug/300-gdb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/debug') diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index 4c8116b1..657bb535 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");; -- cgit v1.2.3