mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-23 23:11:58 -04:00
Added a couple of extra compiler options better for use with the latest Yagarto release.
This commit is contained in:
parent
8a6518c3b3
commit
d7ca9be54d
|
@ -78,7 +78,9 @@ CFLAGS= $(DEBUG) \
|
||||||
-D PACK_STRUCT_END=__attribute\(\(packed\)\) \
|
-D PACK_STRUCT_END=__attribute\(\(packed\)\) \
|
||||||
-D ALIGN_STRUCT_END=__attribute\(\(aligned\(4\)\)\) \
|
-D ALIGN_STRUCT_END=__attribute\(\(aligned\(4\)\)\) \
|
||||||
-fomit-frame-pointer \
|
-fomit-frame-pointer \
|
||||||
-mthumb-interwork
|
-mthumb-interwork \
|
||||||
|
-fno-strict-aliasing \
|
||||||
|
-fno-dwarf2-cfi-asm
|
||||||
|
|
||||||
THUMB_SOURCE= \
|
THUMB_SOURCE= \
|
||||||
main.c \
|
main.c \
|
||||||
|
|
Loading…
Reference in a new issue