Browse Source

only arc is disabled for now

Waldemar Brodkorb 9 years ago
parent
commit
00ca765680
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/Makefile

+ 1 - 1
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