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 11:25:21 +0100
commitd879c1980594f12a1832f1cc859752074b637771 (patch)
treea6ba9a8106e1d44294fe0770a80d0b08fc0aa1a6
parentfb97af1435b6eb2948eee38116b589534fcfd56b (diff)
downloadOSELAS.Toolchain-d879c1980594f12a1832f1cc859752074b637771.tar.gz
OSELAS.Toolchain-d879c1980594f12a1832f1cc859752074b637771.tar.xz
cross-gdb: add missing dependency
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