ソースを参照

only arc is disabled for now

Waldemar Brodkorb 9 年 前
コミット
00ca765680
1 ファイル変更1 行追加1 行削除
  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