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-07-23 17:37:25 +0200
commitc5cc63626bd43f9e21052d1b1fa42379c5642ad6 (patch)
treea8127cf82e7c10997746a52671557067139ddab8
parentd29b33d62a1d7f23e0fad93d59dac56b165beeb7 (diff)
downloadOSELAS.Toolchain-c5cc63626bd43f9e21052d1b1fa42379c5642ad6.tar.gz
OSELAS.Toolchain-c5cc63626bd43f9e21052d1b1fa42379c5642ad6.tar.xz
cross-gdb: build with expat
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 3909f7ceef12fe7dc312acb072e174d9c3e36530) 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)