summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-26 09:24:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-27 11:45:22 +0200
commitc927a8882058099f7fd45ba8963839835f4a7dab (patch)
treee767a4e29a80e17233b3e3620e979af62f27d368 /rules/cross-gdb.in
parent4f135ad5d1cfac9b4e44e11d3f268e4c5d28a77c (diff)
downloadOSELAS.Toolchain-c927a8882058099f7fd45ba8963839835f4a7dab.tar.gz
OSELAS.Toolchain-c927a8882058099f7fd45ba8963839835f4a7dab.tar.xz
replace host-expat with host-system-expat
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. libexpat is not needed for plugins but one more dependency into the system makes no difference and this makes maintaining the toolchain easier. 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 bfe5f04..07a8f7d 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -1,7 +1,7 @@
menuconfig CROSS_GDB
bool "cross gdb "
select HOST_SYSTEM_PYTHON3
- select HOST_EXPAT
+ select HOST_SYSTEM_EXPAT
select HOST_SYSTEM_GMP
select HOST_ZLIB
select HOST_XZ