summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-04 11:09:45 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-05 16:32:14 +0100
commitfa3d11f996aa3d1c34e85dc240366c7fc1046834 (patch)
treef32f20c9b7908977f0a24674d305d4c4f4ff404e
parentdcb5bb81db70d67e81089283a564c9809fd0dcbf (diff)
downloadOSELAS.Toolchain-fa3d11f996aa3d1c34e85dc240366c7fc1046834.tar.gz
OSELAS.Toolchain-fa3d11f996aa3d1c34e85dc240366c7fc1046834.tar.xz
cross-gdb: depend on host-zlib
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 d3a9499..4a203c6 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -1,6 +1,7 @@
menuconfig CROSS_GDB
bool "cross gdb "
select HOST_EXPAT
+ select HOST_ZLIB
help
GDB is a source-level debugger, capable of breaking programs
at any specific line, displaying variable values, and