summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-12-11 11:03:01 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-12-13 09:02:17 +0100
commit1664582f16a25a6a4f4ff5f8e7b8b2bb6f241aca (patch)
treeb737d2b588728d652a5fc9c3b6774380aedfeb4a
parent4b3009142c3203471d75916ba185027d4a4df19a (diff)
downloadOSELAS.Toolchain-work/next.tar.gz
OSELAS.Toolchain-work/next.tar.xz
cross-gdb: add missing dependencywork/next
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 71ad8a0..844bcee 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_GMP
select HOST_ZLIB
select HOST_XZ
help