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
494d57e8
Commit
494d57e8
authored
5 years ago
by
Paul Beesley
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Disable stack protection explicitly" into integration
parents
f60ad9b7
7af195e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/stack_protector/stack_protector.mk
+3
-1
lib/stack_protector/stack_protector.mk
with
3 additions
and
1 deletion
+3
-1
lib/stack_protector/stack_protector.mk
View file @
494d57e8
...
...
@@ -11,7 +11,9 @@ ifeq (${ENABLE_STACK_PROTECTOR},0)
ENABLE_STACK_PROTECTOR
:=
none
endif
ifneq
(${ENABLE_STACK_PROTECTOR},none)
ifeq
(${ENABLE_STACK_PROTECTOR},none)
TF_CFLAGS
+=
-fno-stack-protector
else
STACK_PROTECTOR_ENABLED
:=
1
BL_COMMON_SOURCES
+=
lib/stack_protector/stack_protector.c
\
lib/stack_protector/
${ARCH}
/asm_stack_protector.S
...
...
This diff is collapsed.
Click to expand it.
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