diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 16:38:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 16:38:43 +0100 |
commit | 1f3d003d95c5e4868dd9d4fdf08677f5e49ee638 (patch) | |
tree | 44c7a7f244f72bc37181dc6371af7f2ea7f72c6c /toolchain/Makefile | |
parent | d92f5dc640342d1786df77078d3ceec0b1b229e1 (diff) |
gdb: use expat for hostbuild
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 4 |
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 |