at91sam7x: add -fno-strict-aliasing -fwrapv build options to the example.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Apr 2010 16:03:33 +0000 (16:03 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Apr 2010 16:03:33 +0000 (16:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3464 38d2e660-2303-0410-9eaa-f027e97ec537

examples/at91sam7/at91sam7x.mk

index a22c641af520a0f6d612893ba38dffe74e2b9c9d..11a6c5edfd3f523b2f8b444eae7c56ffa2f2d906 100644 (file)
@@ -45,7 +45,7 @@ at91sam7x_CPPASRC = \
 at91sam7x_PREFIX = arm-none-eabi-
 
 at91sam7x_CPPAFLAGS = -O0 -g -gdwarf-2 -g
-at91sam7x_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7X256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7 -Ibertos/cpu/arm
+at91sam7x_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7X256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7 -Ibertos/cpu/arm -fno-strict-aliasing -fwrapv
 at91sam7x_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch
 
 at91sam7x_CPU = arm7tdmi