Remove redundant option (is include by default in the user makefile.
[bertos.git] / bertos / cpu / avr / info / avr.common
index 1dab8507ce193cfc577815d08a03441db0b05938..b73a08ea6609621f297527474ba67c9490020613 100644 (file)
@@ -60,8 +60,10 @@ CPU_DEFAULT_FREQ = "8000000UL"
 SCRIPT_DIR = CPU_DIR + "avr/scripts/"
 
 MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "avr/flash.sh"
-MK_DEBUG_SCRIPT = PRG_SCRIPTS_DIR + "avr/debug.sh"
+MK_STOPFLASH_SCRIPT = PRG_SCRIPTS_DIR + "avr/stopflash.sh"
+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/"