From: batt Date: Tue, 15 Sep 2009 13:53:16 +0000 (+0000) Subject: Remove redundant option (is include by default in the user makefile. X-Git-Tag: 2.2.0~22 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c4091308dd2d35b7a79b3b0632ade5594b6fedf4;p=bertos.git Remove redundant option (is include by default in the user makefile. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2946 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index 2d8c7758..b73a08ea 100644 --- a/bertos/cpu/avr/info/avr.common +++ b/bertos/cpu/avr/info/avr.common @@ -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/"