mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 03:02:36 -05:00
Ensure compiles using latest Yagarto.
This commit is contained in:
parent
a961f6daa3
commit
1f12f80eb7
3 changed files with 6 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ LDSCRIPT=lpc2368.ld
|
|||
LINKER_FLAGS=-mthumb -nostartfiles -Xlinker -oRTOSDemo.elf -Xlinker -M -Xlinker -Map=rtosdemo.map
|
||||
|
||||
DEBUG=-g
|
||||
OPTIM=-O1
|
||||
OPTIM=-O0
|
||||
|
||||
|
||||
CFLAGS= $(DEBUG) \
|
||||
|
|
@ -76,7 +76,9 @@ CFLAGS= $(DEBUG) \
|
|||
-D PACK_STRUCT_END=__attribute\(\(packed\)\) \
|
||||
-D ALIGN_STRUCT_END=__attribute\(\(aligned\(4\)\)\) \
|
||||
-fomit-frame-pointer \
|
||||
-mthumb-interwork
|
||||
-mthumb-interwork \
|
||||
-fno-dwarf2-cfi-asm \
|
||||
-fno-strict-aliasing
|
||||
|
||||
THUMB_SOURCE= \
|
||||
main.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue