From: richardbarry Date: Mon, 28 Sep 2009 18:01:57 +0000 (+0000) Subject: Added a couple of extra compiler options better for use with the latest Yagarto release. X-Git-Tag: V6.0.0~69 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d2b3d0e48030e3751083bf4a31cc9e8facd0417b;p=freertos Added a couple of extra compiler options better for use with the latest Yagarto release. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@859 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile index 6eb83205e..81b26dd83 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile @@ -78,7 +78,9 @@ CFLAGS= $(DEBUG) \ -D PACK_STRUCT_END=__attribute\(\(packed\)\) \ -D ALIGN_STRUCT_END=__attribute\(\(aligned\(4\)\)\) \ -fomit-frame-pointer \ - -mthumb-interwork + -mthumb-interwork \ + -fno-strict-aliasing \ + -fno-dwarf2-cfi-asm THUMB_SOURCE= \ main.c \