summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-26 09:29:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-27 11:45:22 +0200
commitb6500966254cdcb1e172bfe4102217252bee579e (patch)
tree31119de7972bc5a389e3045c745b54d60da60224 /rules/cross-gdb.in
parent06990418b55c6fbb1951bdb45acd15c394a8e3e8 (diff)
downloadOSELAS.Toolchain-b6500966254cdcb1e172bfe4102217252bee579e.tar.gz
OSELAS.Toolchain-b6500966254cdcb1e172bfe4102217252bee579e.tar.xz
replace host-zlib with host-system-zlib
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. zlib 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 07a8f7d..d12dc80 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -3,7 +3,7 @@ menuconfig CROSS_GDB
select HOST_SYSTEM_PYTHON3
select HOST_SYSTEM_EXPAT
select HOST_SYSTEM_GMP
- select HOST_ZLIB
+ select HOST_SYSTEM_ZLIB
select HOST_XZ
help
GDB is a source-level debugger, capable of breaking programs