From: arighi Date: Mon, 19 Apr 2010 16:03:33 +0000 (+0000) Subject: at91sam7x: add -fno-strict-aliasing -fwrapv build options to the example. X-Git-Tag: 2.5.0~444 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e4890db2fe50b46df7030f7cfc5e476fb075a889;p=bertos.git at91sam7x: add -fno-strict-aliasing -fwrapv build options to the example. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3464 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/examples/at91sam7/at91sam7x.mk b/examples/at91sam7/at91sam7x.mk index a22c641a..11a6c5ed 100644 --- a/examples/at91sam7/at91sam7x.mk +++ b/examples/at91sam7/at91sam7x.mk @@ -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