summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-26 09:36:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-27 11:45:22 +0200
commitd98a53bae4c57d522b6f92095632f82db97fe988 (patch)
treee507415afe9fac67ba6829d0d1a06a329683acd0 /rules/cross-gdb.in
parentb6500966254cdcb1e172bfe4102217252bee579e (diff)
downloadOSELAS.Toolchain-d98a53bae4c57d522b6f92095632f82db97fe988.tar.gz
OSELAS.Toolchain-d98a53bae4c57d522b6f92095632f82db97fe988.tar.xz
replace host-xz with host-system-xz
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. xz (liblzma) 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 d12dc80..6ba09f3 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -4,7 +4,7 @@ menuconfig CROSS_GDB
select HOST_SYSTEM_EXPAT
select HOST_SYSTEM_GMP
select HOST_SYSTEM_ZLIB
- select HOST_XZ
+ select HOST_SYSTEM_XZ
help
GDB is a source-level debugger, capable of breaking programs
at any specific line, displaying variable values, and