summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-24 11:05:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-27 11:45:22 +0200
commitf3fb088f7981c7bcac78c8a29f17bf2ea68699f7 (patch)
tree3eced4b826f69c4bd88bbabe1b2eccbfb3a73097 /rules/cross-gdb.in
parent6fab7387e67cc75ad30453a13f76024d7e442ecd (diff)
downloadOSELAS.Toolchain-f3fb088f7981c7bcac78c8a29f17bf2ea68699f7.tar.gz
OSELAS.Toolchain-f3fb088f7981c7bcac78c8a29f17bf2ea68699f7.tar.xz
replace host-gmp with host-system-gmp
This is a first step to make gcc plugins possible. The header files for plugins include the headers for several of host libraries that are currently statically compiled. Use the system versions of those libraries. This way the user can install the corresponding devel packages. Then gcc plugins can be built. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cross-gdb.in')
-rw-r--r--rules/cross-gdb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/cross-gdb.in b/rules/cross-gdb.in
index 5e15ee5..bfe5f04 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -2,7 +2,7 @@ menuconfig CROSS_GDB
bool "cross gdb "
select HOST_SYSTEM_PYTHON3
select HOST_EXPAT
- select HOST_GMP
+ select HOST_SYSTEM_GMP
select HOST_ZLIB
select HOST_XZ
help