Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
c36d2144
Commit
c36d2144
authored
Nov 11, 2015
by
Achin Gupta
Browse files
Merge pull request #427 from jcastillo-arm/jc/tf-issues/294
Add -mstrict-align to the gcc options
parents
9e87f633
fa1d3712
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c36d2144
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment