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
b2b0e28a
Commit
b2b0e28a
authored
Jun 29, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Jun 29, 2020
Browse files
Merge "Fix makefile to build on a Windows host PC" into integration
parents
d6296e3a
4a565bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b2b0e28a
...
@@ -197,10 +197,8 @@ endif
...
@@ -197,10 +197,8 @@ endif
# Memory tagging is supported in architecture Armv8.5-A AArch64 and onwards
# Memory tagging is supported in architecture Armv8.5-A AArch64 and onwards
ifeq
($(ARCH), aarch64)
ifeq
($(ARCH), aarch64)
ifeq
($(shell test $(ARM_ARCH_MAJOR) -gt 8; echo $$?),0)
# Check if revision is greater than or equal to 8.5
mem_tag_arch_support
=
yes
ifeq
"8.5" "$(word 1, $(sort 8.5 $(ARM_ARCH_MAJOR).$(ARM_ARCH_MINOR)))"
else
ifeq
($(shell test $(ARM_ARCH_MAJOR) -eq 8 -a $(ARM_ARCH_MINOR) -ge 5; \
echo
$$?),0)
mem_tag_arch_support
=
yes
mem_tag_arch_support
=
yes
endif
endif
endif
endif
...
...
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