Procházet zdrojové kódy

only arc is disabled for now

Waldemar Brodkorb před 10 roky
rodič
revize
00ca765680
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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