mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge pull request #427 from jcastillo-arm/jc/tf-issues/294
Add -mstrict-align to the gcc options
This commit is contained in:
commit
c36d214449
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -167,7 +167,8 @@ ASFLAGS += -nostdinc -ffreestanding -Wa,--fatal-warnings \
|
|||
${DEFINES} ${INCLUDES}
|
||||
CFLAGS += -nostdinc -ffreestanding -Wall \
|
||||
-Werror -Wmissing-include-dirs \
|
||||
-mgeneral-regs-only -std=c99 -c -Os \
|
||||
-mgeneral-regs-only -mstrict-align \
|
||||
-std=c99 -c -Os \
|
||||
${DEFINES} ${INCLUDES}
|
||||
CFLAGS += -ffunction-sections -fdata-sections
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue