summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
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 096c427ba..f80a3359e 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -39,8 +39,8 @@ TARGETS+=elf2flt
ELF2FLT:=elf2flt-install
endif
-# disable gdb for arc
-ifeq ($(ADK_LINUX_ARC)$(ADK_LINUX_AVR32),)
+# disable gdb for arc and avr32
+ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_AVR32),)
TARGETS+=gdb
GDB:=gdb-install
endif