Remove broken debug uart name.
[bertos.git] / bertos / cpu / avr / info / avr.common
index 2d8c775819fb299643d1702f6c227a45002e325d..f0fd278c7a2e78dfe7ff9945d411e1dd78133f01 100644 (file)
@@ -47,12 +47,12 @@ include("../../path.common")
 CPU_DESC = [ "ATMEL AVR Microcontroller ",
             "8-bit RISC Architecture"]
 
-# Special CPU related tags.
-CPU_TAGS = ["harvard"]
-
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "avr"
 
+# Special CPU related tags.
+CPU_TAGS = ["harvard", TOOLCHAIN]
+
 # CPU default clock frequency
 CPU_DEFAULT_FREQ = "8000000UL"
 
@@ -65,5 +65,5 @@ MK_DEBUG_SCRIPT = PRG_SCRIPTS_DIR + "nodebug.sh"
 MK_STOPDEBUG_SCRIPT = PRG_SCRIPTS_DIR + "none.sh"
 
 # Common GCC flags.
-MK_CPU_CPPFLAGS = "-Os -fno-strict-aliasing -I" + CPU_DIR + "avr/"
+MK_CPU_CPPFLAGS = "-Os -I" + CPU_DIR + "avr/"