summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-20 15:32:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-20 15:33:03 +0200
commit3909f7ceef12fe7dc312acb072e174d9c3e36530 (patch)
treeee9b0c7e4ef88607001b02522657a2a1402e6527
parenta0eb88eaa7863d8f56a70d2eb088f71e2a564d35 (diff)
downloadOSELAS.Toolchain-3909f7ceef12fe7dc312acb072e174d9c3e36530.tar.gz
OSELAS.Toolchain-3909f7ceef12fe7dc312acb072e174d9c3e36530.tar.xz
cross-gdb: build with expat
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-gdb.in1
-rw-r--r--rules/cross-gdb.make3
2 files changed, 3 insertions, 1 deletions
diff --git a/rules/cross-gdb.in b/rules/cross-gdb.in
index c983485..d3a9499 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -1,5 +1,6 @@
menuconfig CROSS_GDB
bool "cross gdb "
+ select HOST_EXPAT
help
GDB is a source-level debugger, capable of breaking programs
at any specific line, displaying variable values, and
diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make
index 727de25..04a8f47 100644
--- a/rules/cross-gdb.make
+++ b/rules/cross-gdb.make
@@ -63,7 +63,8 @@ CROSS_GDB_AUTOCONF := \
$(PTXCONF_TOOLCHAIN_CONFIG_SYSROOT) \
\
--disable-werror \
- --enable-tui
+ --enable-tui \
+ --with-expat
$(STATEDIR)/cross-gdb.prepare:
@$(call targetinfo)