summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-12-04 08:15:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:33 +0100
commit97304ae77a144e1e06539b91b0e22495ac808d78 (patch)
treebbed2f6134acac29a5b0b99513c66e01c01a40db
parentc82123687a41d5db00fd112394b5d527340eea02 (diff)
downloadOSELAS.Toolchain-97304ae77a144e1e06539b91b0e22495ac808d78.tar.gz
OSELAS.Toolchain-97304ae77a144e1e06539b91b0e22495ac808d78.tar.xz
cross-gdb: use host-xz for liblzma
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-gdb.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/cross-gdb.in b/rules/cross-gdb.in
index 4a203c6..4d297d7 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -2,6 +2,7 @@ menuconfig CROSS_GDB
bool "cross gdb "
select HOST_EXPAT
select HOST_ZLIB
+ select HOST_XZ
help
GDB is a source-level debugger, capable of breaking programs
at any specific line, displaying variable values, and