diff options
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 |