summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-08 03:50:04 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-10 17:03:26 -0500
commit00ca765680f3c8d201eb26a773d7d3f42ccc5b4b (patch)
treeda8da2f48f5117026113df356e57087b8515e5f0 /toolchain
parent3b1aaa3315ab3d6e45a04f6677ec0572d0920804 (diff)
only arc is disabled for now
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index e06e58de9..0f17d1051 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -39,7 +39,7 @@ TARGETS+=elf2flt
ELF2FLT:=elf2flt-install
endif
-# disable gdb for arc and avr32
+# disable gdb for arc
ifeq ($(ADK_TARGET_ARCH_ARC),)
TARGETS+=gdb
GDB:=gdb-install