summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-16 16:38:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-16 16:38:43 +0100
commit1f3d003d95c5e4868dd9d4fdf08677f5e49ee638 (patch)
tree44c7a7f244f72bc37181dc6371af7f2ea7f72c6c /toolchain/Makefile
parentd92f5dc640342d1786df77078d3ceec0b1b229e1 (diff)
gdb: use expat for hostbuild
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 55e3ccce5..c9e17c9cc 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -42,8 +42,8 @@ endif
ifeq ($(ADK_TOOLCHAIN_WITH_GDB),y)
# disable gdb for some architectures
ifeq ($(ADK_TARGET_ARCH_CR16)$(ADK_TARGET_ARCH_EPIPHANY)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_NDS32),)
-TARGETS+=gdb
-GDB:=gdb-install
+TARGETS+=expat gdb
+GDB:=expat-install gdb-install
endif
endif