]> git.sur5r.net Git - freertos/commitdiff
Added a couple of extra compiler options better for use with the latest Yagarto release.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 28 Sep 2009 18:01:57 +0000 (18:01 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 28 Sep 2009 18:01:57 +0000 (18:01 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@859 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile

index 6eb83205e980cf1f1fb61b68d53af57a86ddf807..81b26dd83a9be754a0fe393bdf57ddd9ec3c85b8 100644 (file)
@@ -78,7 +78,9 @@ CFLAGS= $(DEBUG) \
                -D PACK_STRUCT_END=__attribute\(\(packed\)\) \\r
                -D ALIGN_STRUCT_END=__attribute\(\(aligned\(4\)\)\) \\r
                -fomit-frame-pointer \\r
-               -mthumb-interwork\r
+               -mthumb-interwork \\r
+               -fno-strict-aliasing \\r
+               -fno-dwarf2-cfi-asm\r
                                                                                \r
 THUMB_SOURCE= \\r
                main.c \\r